docs: add an alternative package if original fails
The old instructions mentioned adafruit-python**3**-shell as a dependency but when I tried to install the package I found out that the package didn't exist ( or deprecated I think ) and I was able to use adafruit-python-shell instead. So, I thought I might add the package to the instructions in case anyone else runs into the same issue as me.
This commit is contained in:
parent
f9928f941f
commit
16054b3687
1 changed files with 3 additions and 1 deletions
|
|
@ -1,7 +1,9 @@
|
|||
# Instructions!
|
||||
# cd ~
|
||||
# sudo apt-get install python3-pip
|
||||
# sudo pip3 install --upgrade adafruit-python3-shell click
|
||||
# sudo pip3 install --upgrade adafruit-python3-shell click
|
||||
# => NOTE: if the adafruit library fails, try installing
|
||||
# the adafruit-python-shell package instead.
|
||||
# wget https://raw.githubusercontent.com/adafruit/Raspberry-Pi-Installer-Scripts/master/libgpiod.py
|
||||
# sudo python3 libgpiod.py
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue