mklements / OLED_Stats

OLED Stats Display Script For Raspberry Pi
MIT License
88 stars 39 forks source link

Missing install steps in README #11

Open Orabig opened 9 months ago

Orabig commented 9 months ago

I had to do the following steps (which are not mentionned in the README) to make the scripts work :

sudo apt-get install python3-rpi.gpio libopenjp2-7 libtiff5
sudo pip3 install Pillow

After that, they work perfectly.

mklements commented 9 months ago

What OS are you running this on?

Orabig commented 9 months ago

It's Raspbian GNU/Linux 10 (buster) (but with minimal version, without Xorg. Who needs a graphical environment on a remote RaspberryPi anyway ? :D )