added python package installs

pull/54/head
alanbjohnston 5 years ago committed by GitHub
parent aa43cd5540
commit db52c0328e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -58,6 +58,14 @@ Remove the following text in cmdline.txt to prevent a console from running on th
Press Ctrl-X then type `y` then hit Enter to save the file and exit the editor. You should back at the pi@... prompt.
Now install the python packages:
`sudo apt install -y python3-pip python-smbus`
`sudo pip3 install --upgrade setuptools`
`sudo pip3 install adafruit-blinka RPI.GPIO adafruit-extended-bus adafruit-circuitpython-ina219`
Reboot by typing:
`sudo reboot now`

Loading…
Cancel
Save

Powered by TurnKey Linux.