File tree Expand file tree Collapse file tree 3 files changed +14
-7
lines changed Expand file tree Collapse file tree 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.
6161
6262Installation
6363============
64- You can install it from github only for now::
6564
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+
6772 $ git clone http://github.com/chfw/django-pyexcel.git
6873 $ cd django-excel
6974 $ 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
4747
4848Installation
4949--------------
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::
5156
52- $ pip install git+https://github.com/chfw/pyexcel.git # pyexcel v0.1.3 is not released yet
5357 $ git clone http://github.com/chfw/django-pyexcel.git
5458 $ cd django-excel
5559 $ python setup.py install
Original file line number Diff line number Diff line change 1010
1111dependencies = [
1212 'pyexcel>=0.1.3' ,
13- 'pyexcel-webio>=0.0.1' ,
14- 'Django==1.7.1'
13+ 'Django>=1.7.1'
1514]
1615
1716setup (
3938 'License :: OSI Approved :: GNU General Public License v3 (GPLv3)' ,
4039 'Intended Audience :: Developers' ,
4140 'Programming Language :: Python :: 2' ,
42- 'Programming Language :: Python :: 2.6' ,
4341 'Programming Language :: Python :: 2.7' ,
4442 'Programming Language :: Python :: 3' ,
4543 'Programming Language :: Python :: 3.3' ,
You can’t perform that action at this time.
0 commit comments