We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29fcb5d commit 3107248Copy full SHA for 3107248
1 file changed
README.md
@@ -45,7 +45,7 @@ Connect the ribbon from the epaper display to the extension. To do this you wil
45
46
## Setup dependencies
47
48
- sudo apt install git ttf-wqy-zenhei ttf-wqy-microhei python3 python3-pip python-imaging libopenjp2-7-dev libjpeg8-dev inkscape figlet wiringpi
+ 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
49
sudo pip3 install astral spidev RPi.GPIO Pillow # Pillow took multiple attempts to install as it's always missing dependencies
50
sudo pip3 install --upgrade google-api-python-client google-auth-httplib2 google-auth-oauthlib msal
51
sudo sed -i s/#dtparam=spi=on/dtparam=spi=on/ /boot/config.txt #This enables SPI
0 commit comments