Skip to content

Commit

Permalink
fixes for pip
Browse files Browse the repository at this point in the history
  • Loading branch information
zakandrewking committed Dec 12, 2014
1 parent 6f522ae commit 23468f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion INSTALL
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
For development, you can run the following command to install Escher with all its dependencies:

pip install -e '.[docs]'
pip install -e '.[all]'
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,8 @@ def run(self):
packages=['escher'],
package_data={'escher': ['css/web/*.css', 'css/*.css', 'templates/*',
'example_data/*', 'lib/*.js', 'lib/*.css',
'lib/fonts/*', 'resources/*']},
'fonts/*', 'js/src/*.js', 'js/web/*.js',
'resources/*']},
install_requires=['Jinja2>=2.7.3',
'tornado>=4.0.2',
'pytest>=2.6.2',
Expand Down

0 comments on commit 23468f7

Please sign in to comment.