From 90b9aff632dccc2635514908f2f76080a3c305fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ebbe=20Ba=C3=9F?= Date: Thu, 8 Feb 2024 19:43:58 +0100 Subject: [PATCH] updated db library MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ebbe Baß --- README.md | 20 ++++++-------------- requirements.txt | 1 - 2 files changed, 6 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 9c204fb..ac11d23 100644 --- a/README.md +++ b/README.md @@ -18,17 +18,9 @@ grant all privileges on pixeltube_db . * to 'pxm'@'localhost'; flush privileges; -# Install Flask for the web server -sudo apt-get install python3-flask - -# Install Flask-MySQLdb for MySQL integration with Flask -sudo apt-get install python3-flask-mysqldb - -# Install python-osc for handling Art-Net messages -sudo apt-get install python3-osc - -# Install neopixel library for controlling WS2812B LED strip -sudo apt-get install python3-rpi-ws281x python3-adafruit-circuitpython-neopixel - -# Install wifi library for Wi-Fi management -sudo apt-get install python3-wifi +sudo apt install python3-flask -y +sudo apt install python3-flask-mysqldb -y +sudo apt install python3-osc -y +sudo apt install python3-rpi-ws281x python3-adafruit-circuitpython-neopixel -y +sudo apt install python3-wifi -y +sudo apt install python3-pymysql -y \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 15178ea..a2613de 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,3 @@ neopixel==0.0.1 pymysql==1.1.0 python_osc==1.8.3 Requests==2.31.0 -wifi==0.3.8