updated install commands for tubes

Signed-off-by: Ebbe Baß <ebbe.bass>
main
Ebbe Baß 2024-02-17 04:05:47 +01:00
parent 56e783a763
commit 7fd9667251
1 changed files with 5 additions and 5 deletions

View File

@ -313,11 +313,11 @@ Then just change directory into the server folder.
```
sudo apt update -y && sudo apt upgrade -y && sudo apt install python3 python3-pip git -y &&
pip3 install adafruit_circuitpython_neopixel &&
pip3 install Requests &&
pip3 install wifi &&
pip3 install paho-mqtt &&
pip3 install get-mac
sudo pip3 install adafruit_circuitpython_neopixel &&
sudo pip3 install Requests &&
sudo pip3 install wifi &&
sudo pip3 install paho-mqtt &&
sudo pip3 install get-mac
```
### Clone the project to your Pi