File tree 3 files changed +14
-7
lines changed
3 files changed +14
-7
lines changed Original file line number Diff line number Diff line change @@ -61,9 +61,14 @@ Fonts, colors and charts are not supported.
61
61
62
62
Installation
63
63
============
64
- You can install it from github only for now::
65
64
66
- $ pip install git+https://github.com/chfw/pyexcel.git # pyexcel v0.1.3 is not released yet
65
+ You can install it via pip::
66
+
67
+ $ pip install django-excel
68
+
69
+
70
+ or clone it and install it::
71
+
67
72
$ git clone http://github.com/chfw/django-pyexcel.git
68
73
$ cd django-excel
69
74
$ python setup.py install
Original file line number Diff line number Diff line change @@ -47,9 +47,13 @@ This library makes infomation processing involving various excel files as easy a
47
47
48
48
Installation
49
49
--------------
50
- You can install it from github only for now::
50
+ You can install it via pip::
51
+
52
+ $ pip install django-excel
53
+
54
+
55
+ or clone it and install it::
51
56
52
- $ pip install git+https://github.com/chfw/pyexcel.git # pyexcel v0.1.3 is not released yet
53
57
$ git clone http://github.com/chfw/django-pyexcel.git
54
58
$ cd django-excel
55
59
$ python setup.py install
Original file line number Diff line number Diff line change 10
10
11
11
dependencies = [
12
12
'pyexcel>=0.1.3' ,
13
- 'pyexcel-webio>=0.0.1' ,
14
- 'Django==1.7.1'
13
+ 'Django>=1.7.1'
15
14
]
16
15
17
16
setup (
39
38
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)' ,
40
39
'Intended Audience :: Developers' ,
41
40
'Programming Language :: Python :: 2' ,
42
- 'Programming Language :: Python :: 2.6' ,
43
41
'Programming Language :: Python :: 2.7' ,
44
42
'Programming Language :: Python :: 3' ,
45
43
'Programming Language :: Python :: 3.3' ,
You can’t perform that action at this time.
0 commit comments