Merge pull request #154 from eternaltinkering/gpio-dependency

Dependency check for RPi.GPIO
This commit is contained in:
Melissa LeBlanc-Williams 2021-02-12 13:20:26 -08:00 committed by GitHub
commit 1d979b9e84
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -60,8 +60,9 @@ def update_pip():
def install_blinka():
print("Installing latest version of Blinka locally")
shell.run_command("sudo apt-get install -y i2c-tools")
shell.run_command("pip3 install --upgrade RPi.GPIO")
shell.run_command("pip3 install --upgrade adafruit-blinka")
def main():
global default_python
shell.clear()