update: explicitely install scikit-image
(cherry picked from commit c9f67c59c5e98520c512052214ef67bb8154ff0a)
This commit is contained in:
parent
5a50bdf23a
commit
8877263371
|
@ -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!"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue