removed -y at pip3

Signed-off-by: Ebbe Baß <ebbe.bass>
main
Ebbe Baß 2024-02-12 02:02:46 +01:00
parent 7b7e2a7534
commit b75b07e85e
1 changed files with 3 additions and 3 deletions

View File

@ -85,9 +85,9 @@ For the professionals out there, most of you will already know how to pixel cont
```
sudo apt install python3 python3-pip git python3-flask apache2 php mariadb-server mariadb-client ola ola-python dnsmasq hostapd -y
pip3 install flask-mysqldb -y
pip3 install adafruit-circuitpython-neopixel -y
pip3 install wifi -y
pip3 install flask-mysqldb
pip3 install adafruit-circuitpython-neopixel
pip3 install wifi
```