Georgios Gerontakis
5 years ago
1 changed files with 2 additions and 2 deletions
@ -1,6 +1,6 @@ |
|||||
sudo apt-get update |
sudo apt-get update |
||||
sudo apt-get install python3.7 |
sudo apt-get install python3.7 |
||||
sudo apt install python-pip |
sudo apt install python3-pip |
||||
sudo apt-get install rpi.gpio |
sudo apt-get install rpi.gpio |
||||
sudo apt-get install python3-opencv |
sudo apt-get install python3-opencv |
||||
sudo pip install zmq |
sudo pip3 install pyzmq |
||||
|
Loading…
Reference in new issue