Open oernster opened 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
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
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