Skip to content
This repository was archived by the owner on Nov 14, 2020. It is now read-only.

removes FLASK_DEBUG, adds --reload #184

Merged
merged 7 commits into from
Nov 8, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
removed parentheses
Kareem Zidane committed Nov 8, 2017

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 58588dc004b1a57a37d928851238c4f9f82b350e
3 changes: 2 additions & 1 deletion update50
Original file line number Diff line number Diff line change
@@ -160,7 +160,8 @@ PYTHON_PACKAGES="check50==2.2.1 \
termcolor \
twython \
virtualenv"
( sudo -H pip3 install $PYTHON_PACKAGES )

sudo -H pip3 install $PYTHON_PACKAGES
/opt/pyenv/bin/pyenv rehash

echo "Installing nltk data..."