From f5d7d8aa6ae215f98fd28819ed1f62db5e06f12f Mon Sep 17 00:00:00 2001 From: Romain Bazile Date: Thu, 20 May 2021 00:28:40 +0200 Subject: [PATCH] update: update numpy (cherry picked from commit ac39d19139a122f525a1528fb98035886977df03) --- scripts/bash/update.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/bash/update.sh b/scripts/bash/update.sh index d111a4c..f81a7c6 100755 --- a/scripts/bash/update.sh +++ b/scripts/bash/update.sh @@ -37,6 +37,7 @@ function special_after(){ node_modules/copy-dependencies/index.js projects/PlanktonScope ./ # updating and installing now whatever module has been added to package.json npm update + sudo pip3 install -U -r /home/pi/PlanktonScope/requirements.txt ${log} "Nothing else special to do after updating!" }