Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mikahama committed May 24, 2019
1 parent 33fb2fd commit 8a162fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -8,7 +8,8 @@ This library will have methods for processing historical English corpora, especi

Note: It is highly recommended to use a virtual environment because of the strict version requirements for dependencies

sudo pip3 install natas --process-dependency-links --allow-all-external
pip3 --no-cache-dir install pip==18.1
pip3 install natas --process-dependency-links
spacy download en_core_web_md #this step is optional, it's only needed if spacy was updated

## Historical normalization
Expand Down

0 comments on commit 8a162fb

Please sign in to comment.