From 79e95a3c9f2f6c5d57708e760385d046b178250d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ebbe=20Ba=C3=9F?= Date: Sat, 17 Feb 2024 04:56:07 +0100 Subject: [PATCH] updated modual MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ebbe Baß --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 562c021..eff7df3 100644 --- a/README.md +++ b/README.md @@ -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 pip3 install adafruit_circuitpython_neopixel && +sudo pip3 install rpi_ws281x && sudo pip3 install Requests && sudo pip3 install wifi && sudo pip3 install paho-mqtt &&