From f3f63bee63414adcfa563edf375ed641f23302a4 Mon Sep 17 00:00:00 2001 From: quadrismegistus Date: Tue, 22 Sep 2020 14:45:46 +0100 Subject: [PATCH] updates --- script/install | 2 ++ 1 file changed, 2 insertions(+) diff --git a/script/install b/script/install index 7ef97df..4efefd9 100644 --- a/script/install +++ b/script/install @@ -148,6 +148,8 @@ $pythonexec -m pip install virtualenv $pythonexec -m virtualenv venv . venv/bin/activate echo "Now using python: `which python`" + +cd $path_repo python -m pip install -r requirements.txt echo '