parent
9470081f47
commit
73f5249c75
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue