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

Commit

Permalink
Added translate as a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
rtrevinnoc committed Feb 21, 2021
1 parent 02c752d commit cc5270e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ pip3 install -U numexpr
pip3 install -U flask-caching
pip3 install -U pillow
pip3 install -U web3
pip3 install -U translate

python3 -m spacy download en_core_web_sm
python3 -c "import nltk; nltk.download('punkt')"
Expand Down

0 comments on commit cc5270e

Please sign in to comment.