Skip to content

Commit 02ca7a4

Browse files
Update dependency requirement
If anyone is reading the file they will know to install `python3-smbus`, but if someone just do a quick `pip3 install bme680` then make sure to pull smbus from PyPI
1 parent 91bb131 commit 02ca7a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

library/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,5 @@
5050
classifiers=classifiers,
5151
packages=['bme680'],
5252
py_modules=[],
53-
install_requires=['smbus2']
53+
install_requires=['smbus'] # preferably: install `python3-smbus` instead of relying on this
5454
)

0 commit comments

Comments
 (0)