Update install.sh
This commit is contained in:
parent
75392f167c
commit
86d5f7b117
|
@ -1,6 +1,6 @@
|
||||||
echo "Installing Dependencies"
|
echo "Installing Dependencies"
|
||||||
sudo apt update
|
sudo apt update
|
||||||
sudo apt install -y python3 python3-pip python3-scipy python3-numpy
|
sudo apt install -y python3 python3-dev python3-pip python3-scipy python3-numpy
|
||||||
sudo pip3 install pyserial
|
sudo pip3 install pyserial
|
||||||
sudo pip3 install paho-mqtt
|
sudo pip3 install paho-mqtt
|
||||||
sudo pip3 install --no-deps siwat-light-control-protocol
|
sudo pip3 install --no-deps siwat-light-control-protocol
|
||||||
|
|
Loading…
Reference in New Issue