For reference here is the nltk installation documentation nltk here
Is there a way to install nltk using pip and virtualenv? I have installed the dependencies using pip into my virtualenv but when I attempt to install nltk it fails.
The error is that there is no setup script. There is source installation instructions for linux on the nltk site to do sudo python setup.py install. But how could I do this into a virtualenv?
Pip downloads and starts to install nltk so surely they plan for people to use pip if its in the package index.