Arcade Bonnet: python3-dev not needed in apt-get line
This commit is contained in:
parent
9e48166f87
commit
46ef973fbb
1 changed files with 1 additions and 1 deletions
|
|
@ -110,7 +110,7 @@ echo "Updating package index files..."
|
|||
apt-get update
|
||||
|
||||
echo "Installing Python libraries..."
|
||||
apt-get install -y python3-pip python3-dev
|
||||
apt-get install -y python3-pip
|
||||
pip3 install evdev smbus
|
||||
|
||||
echo "Installing Adafruit code in /boot..."
|
||||
|
|
|
|||
Loading…
Reference in a new issue