Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
Optional Requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
PetrochukM committed Mar 8, 2018
1 parent c18b013 commit 6304e58
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build_tools/travis/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ fi
# Install requirements via pip
pip install -r requirements.txt

# Optional Requirements
pip install spacy
pip install nltk

# SpaCy English web model
python -m spacy download en_core_web_sm

Expand Down

0 comments on commit 6304e58

Please sign in to comment.