From b75b07e85ee92fa7b20c028eafc1249e22f1bf72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ebbe=20Ba=C3=9F?= Date: Mon, 12 Feb 2024 02:02:46 +0100 Subject: [PATCH] removed -y at pip3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ebbe Baß --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a3b3d99..69c062a 100644 --- a/README.md +++ b/README.md @@ -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 ```