From 7fd966725128b0caeee18ac917d341db0c9f5f30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ebbe=20Ba=C3=9F?= Date: Sat, 17 Feb 2024 04:05:47 +0100 Subject: [PATCH] updated install commands for tubes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ebbe Baß --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d58c47e..562c021 100644 --- a/README.md +++ b/README.md @@ -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