diff --git a/install.sh b/install.sh index c7fd6ad..bcc5632 100644 --- a/install.sh +++ b/install.sh @@ -1,7 +1,9 @@ echo "Installing Dependencies" sudo apt update -sudo apt install -y python3 python3-pip -sudo pip3 install siwat-light-control-protocol +sudo apt install -y python3 python3-pip python3-scipy python3-numpy +sudo pip3 install pyserial +sudo pip3 install paho-mqtt +sudo pip3 install --no-deps siwat-light-control-protocol echo "Creating SLCP Working Directory" sudo cp -rv ./ /slcp