From 7359ece7b4fa83a16d02ae32126c7729c03cb90a Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Thu, 4 Jul 2024 21:41:34 -0400 Subject: [PATCH] Update install fixed python installs --- install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install b/install index 96b0c694..6b2243f2 100755 --- a/install +++ b/install @@ -47,7 +47,7 @@ sudo dpkg -i wiringpi-latest.deb cd #changed to python3-smbus -sudo apt install -y python3-pip python3-smbus libjpeg-dev zlib1g-dev libfreetype6-dev liblcms1-dev libopenjp2-7 libtiff5 python3-pil python3-serial +sudo apt install -y python3-pip python3-smbus libjpeg-dev zlib1g-dev libfreetype6-dev libopenjp2-7 libtiff5 python3-pil python3-serial sudo pip3 install --upgrade setuptools