Skip to content

Commit

Permalink
ready for release
Browse files Browse the repository at this point in the history
  • Loading branch information
chfw committed Feb 6, 2015
1 parent 6b4d891 commit 2e1e9db
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 7 deletions.
9 changes: 7 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,14 @@ Fonts, colors and charts are not supported.

Installation
============
You can install it from github only for now::

$ pip install git+https://github.com/chfw/pyexcel.git # pyexcel v0.1.3 is not released yet
You can install it via pip::

$ pip install django-excel


or clone it and install it::

$ git clone http://github.com/chfw/django-pyexcel.git
$ cd django-excel
$ python setup.py install
Expand Down
8 changes: 6 additions & 2 deletions doc/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,13 @@ This library makes infomation processing involving various excel files as easy a

Installation
--------------
You can install it from github only for now::
You can install it via pip::

$ pip install django-excel


or clone it and install it::

$ pip install git+https://github.com/chfw/pyexcel.git # pyexcel v0.1.3 is not released yet
$ git clone http://github.com/chfw/django-pyexcel.git
$ cd django-excel
$ python setup.py install
Expand Down
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@

dependencies = [
'pyexcel>=0.1.3',
'pyexcel-webio>=0.0.1',
'Django==1.7.1'
'Django>=1.7.1'
]

setup(
Expand Down Expand Up @@ -39,7 +38,6 @@
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
'Intended Audience :: Developers',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
Expand Down

0 comments on commit 2e1e9db

Please sign in to comment.