update: explicitely install scikit-image

(cherry picked from commit c9f67c59c5e98520c512052214ef67bb8154ff0a)
This commit is contained in:
Romain Bazile 2021-06-02 18:48:16 +02:00 committed by Romain Bazile
parent 5a50bdf23a
commit 8877263371

View file

@ -38,6 +38,7 @@ function special_after(){
# updating and installing now whatever module has been added to package.json
npm update
sudo pip3 install -U -r /home/pi/PlanktonScope/requirements.txt
python3 -m pip install -U scikit-image
${log} "Nothing else special to do after updating!"
}