From d5156a16d8f680bc6381346323e0939eb1cfba71 Mon Sep 17 00:00:00 2001 From: mendhak Date: Fri, 29 Oct 2021 20:50:55 +0100 Subject: [PATCH] Add dateutil dependency --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 24b3ed54..ed69f011 100644 --- a/README.md +++ b/README.md @@ -45,8 +45,8 @@ Connect the ribbon from the epaper display to the extension. To do this you wil ## Setup dependencies - sudo apt install git ttf-wqy-zenhei ttf-wqy-microhei python3 python3-pip python-imaging libopenjp2-7-dev libjpeg8-dev inkscape figlet wiringpi python3-dateutil - sudo pip3 install astral spidev RPi.GPIO Pillow # Pillow took multiple attempts to install as it's always missing dependencies + sudo apt install git ttf-wqy-zenhei ttf-wqy-microhei python3 python3-pip python-imaging libopenjp2-7-dev libjpeg8-dev inkscape figlet wiringpi + sudo pip3 install python-dateutil astral spidev RPi.GPIO Pillow # Pillow took multiple attempts to install as it's always missing dependencies sudo pip3 install --upgrade google-api-python-client google-auth-httplib2 google-auth-oauthlib msal sudo sed -i s/#dtparam=spi=on/dtparam=spi=on/ /boot/config.txt #This enables SPI sudo reboot