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.
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