Update install.sh

This commit is contained in:
Siwat Sirichai 2022-11-17 16:58:21 +07:00
parent 75392f167c
commit 86d5f7b117
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
echo "Installing Dependencies"
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 paho-mqtt
sudo pip3 install --no-deps siwat-light-control-protocol