USCDataScience / NLTKRest

This is a REST Server endpoint built using Flask and Python.
Apache License 2.0
24 stars 13 forks source link

setup.py install doesn't download all the requirements #3

Closed manalishah closed 8 years ago

manalishah commented 8 years ago

https://github.com/manalishah/NLTKRest/nltkrest/setup.py

When I use 'python setup.py install' as a command I am overriding the install function since I want to download nltk corpuses as well. But on override it doesn't install the abstract requirements. I have to run 'develop' before that in order to download these requiremnts. I am fairly new to setuptools and couldn't find a way out. It would be great if you could help me fix this.

@chrismattmann

chrismattmann commented 8 years ago

@manalishah I'm testing this right now.

chrismattmann commented 8 years ago

this is done in #5 please close @manalishah