diff --git a/README.md b/README.md index c1565df..1bcef23 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ For the professionals out there, most of you will already know how to pixel cont ### Commands to install all the required packages: ``` -sudo apt update -y && sudo apt upgrade -y && sudo apt install python3 python3-pip git python3-flask apache2 php mariadb-server mariadb-client ola ola-python dnsmasq hostapd rfkill +sudo apt update -y && sudo apt upgrade -y && sudo apt install python3 python3-pip git python3-flask apache2 php mariadb-server mariadb-client ola ola-python dnsmasq hostapd rfkill -y ``` ### Setup the wifi access point: diff --git a/requirements.txt b/requirements.txt index ff7c3ad..1d29b9b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ +adafruit_circuitpython_neopixel==6.3.11 Flask==2.3.2 MySQL-python==1.2.5 -neopixel==0.0.1 -python_osc==1.8.3 Requests==2.31.0 +stupidArtnet==1.4.0 wifi==0.3.8