Skip to content

Commit

Permalink
pysmbus renamed to smbus fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Elrondo46 authored Dec 12, 2021
1 parent a8c9a56 commit 4166612
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion argonone.install
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pre_install() {
if grep "Raspberry Pi 4" /proc/device-tree/model ; then
echo "Building New Virtual Environment in /opt/argonone..."
python -m venv --clear /opt/argonone
env CFLAGS="-fcommon" /opt/argonone/bin/python3 -m pip install pysmbus RPi.GPIO
env CFLAGS="-fcommon" /opt/argonone/bin/python3 -m pip install smbus RPi.GPIO

echo "Enabling i2C..."
BOOT_CFG="/boot/config.txt"
Expand Down

0 comments on commit 4166612

Please sign in to comment.