geeekpi / RPiFEBP

Raspberry Pi Fan Expansion Board Plus 0.91 OLED Display V1.0
BSD 3-Clause "New" or "Revised" License
10 stars 4 forks source link

The README.md is missing a command - see description #3

Open oernster opened 1 year ago

oernster commented 1 year ago

sudo apt-get update sudo apt-get install i2c-tools

Also, the readme is missing a further command inside the ~/RPiFEBP/ directory:

sudo pip3 install smbus

DunbarChas commented 2 months ago

Also one of the last install commands for psutil has one to many l(s) it should be: sudo -H pip install psutil --break-system-packages