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

Commit

Permalink
Added PIL requeriment to bootstrap script
Browse files Browse the repository at this point in the history
  • Loading branch information
rtrevinnoc committed Feb 7, 2021
1 parent f6303c4 commit 06ef4fd
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 @@ -28,6 +28,7 @@ pip3 install -U uWSGI
pip3 install -U wordnet
pip3 install -U numexpr
pip3 install -U flask-caching
pip3 install -U pillow

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

0 comments on commit 06ef4fd

Please sign in to comment.