updated modual

Signed-off-by: Ebbe Baß <ebbe.bass>
main
Ebbe Baß 2024-02-17 04:56:07 +01:00
parent 1a7a6a2ddc
commit 79e95a3c9f
1 changed files with 1 additions and 1 deletions

View File

@ -313,7 +313,7 @@ Then just change directory into the server folder.
``` ```
sudo apt update -y && sudo apt upgrade -y && sudo apt install python3 python3-pip git -y && sudo apt update -y && sudo apt upgrade -y && sudo apt install python3 python3-pip git -y &&
sudo pip3 install adafruit_circuitpython_neopixel && sudo pip3 install rpi_ws281x &&
sudo pip3 install Requests && sudo pip3 install Requests &&
sudo pip3 install wifi && sudo pip3 install wifi &&
sudo pip3 install paho-mqtt && sudo pip3 install paho-mqtt &&