Commit b9b283a6 by Vik Paruchuri

Update docs for package

parent 98ec66ee
...@@ -11,5 +11,6 @@ Notes on how to install: ...@@ -11,5 +11,6 @@ Notes on how to install:
5. Activate your virtual env (if you have one) 5. Activate your virtual env (if you have one)
6. pip install -r pre-requirements.txt 6. pip install -r pre-requirements.txt
7. pip install -r requirements.txt 7. pip install -r requirements.txt
8. python -m nltk.downloader maxent_treebank_pos_tagger wordnet 8. python setup.py install
9. sudo mv /path/to/nltk_data /usr/share 9. python -m nltk.downloader maxent_treebank_pos_tagger wordnet
10. sudo mv /path/to/nltk_data /usr/share
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment