mirror of
https://github.com/cmur2/python-bme680.git
synced 2024-12-22 12:54:29 +01:00
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
This commit is contained in:
parent
91bb131713
commit
02ca7a4353
@ -50,5 +50,5 @@ setup(
|
|||||||
classifiers=classifiers,
|
classifiers=classifiers,
|
||||||
packages=['bme680'],
|
packages=['bme680'],
|
||||||
py_modules=[],
|
py_modules=[],
|
||||||
install_requires=['smbus2']
|
install_requires=['smbus'] # preferably: install `python3-smbus` instead of relying on this
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user