resolve numpy install hang

This commit is contained in:
Siwat Sirichai 2022-11-17 16:57:19 +07:00
parent 61c52acb51
commit 75392f167c
1 changed files with 4 additions and 2 deletions

View File

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