Merge pull request #267 from makermelissa/main

Add libgpiod to Blinak installer for Pi 5
This commit is contained in:
Melissa LeBlanc-Williams 2023-10-23 10:11:31 -07:00 committed by GitHub
commit a282edbda5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -86,7 +86,7 @@ def update_pip():
def install_blinka(user=False):
print("Installing latest version of Blinka locally")
shell.run_command("sudo apt-get install -y i2c-tools libgpiod-dev")
shell.run_command("sudo apt-get install -y i2c-tools libgpiod-dev python3-libgpiod")
pip_command = "pip3 install --upgrade"
username = None
if user: