Skip to content

Commit

Permalink
Pyproject: Add correct install commands.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed May 17, 2024
1 parent c0106cb commit e79f2dc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@ ignore = [
]

[tool.pimoroni]
apt_packages = ["git"]
apt_packages = []
configtxt = []
commands = ["false"]
commands = [
"sudo raspi-config nonint do_i2c 0"
]

0 comments on commit e79f2dc

Please sign in to comment.