resolve numpy install hang
This commit is contained in:
parent
61c52acb51
commit
75392f167c
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue