fix server dev script (close #3246) (#3257)

Signed-off-by: cheater <195390+cheater@users.noreply.github.com>
This commit is contained in:
cheater 2019-11-06 08:40:46 +01:00 committed by Shahidh K Muhammed
parent 84d35667b8
commit 637c2cb555

View File

@ -305,6 +305,7 @@ elif [ "$MODE" = "test" ]; then
if [ ! -d "$PY_VENV" ]; then
python3 -m venv "$PY_VENV"
source "$PY_VENV/bin/activate"
pip3 install wheel
pip3 install -r requirements.txt
else
echo_pretty "It looks like python dependencies have been installed already. Skipping."