From b20996a0a289ea04cb530bec84997c0e95b44a5c Mon Sep 17 00:00:00 2001 From: Fabien Benetou Date: Mon, 20 Dec 2021 19:20:05 +0100 Subject: [PATCH] adding python3-distutils to python3 setup.py install requirement (#221) otherwise get a missing module on a fresh Raspbian install --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c516427..3d5ec8e 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ sudo apt-get install git bc i2c-tools fonts-freefont-ttf whiptail make gcc -y # For Python 2 sudo apt-get install python-pil python-smbus python-dateutil -y # For Python 3 -sudo apt-get install python3-pil python3-smbus python3-dateutil -y +sudo apt-get install python3-pil python3-smbus python3-dateutil python3-distutils -y git clone --depth=1 https://github.com/PiSupply/PaPiRus.git cd PaPiRus