Merge pull request #154 from eternaltinkering/gpio-dependency
Dependency check for RPi.GPIO
This commit is contained in:
commit
1d979b9e84
1 changed files with 2 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in a new issue