JamFfm / cbpi4-LCDisplay

This is the LCDisplay for CraftBeerPi4
GNU General Public License v3.0
2 stars 2 forks source link

smbus2 required -> could be added to setup.py #3

Closed avollkopf closed 3 years ago

avollkopf commented 3 years ago

smbus2 is required for the plugin which is not installed per default. This could be added to the setup.py and would be installed automatically with installation of the plugin. ............... packages=['LCDisplay'], install_requires=[ 'cbpi>=4.0.0.33', 'smbus2', ], ..................

JamFfm commented 3 years ago

updated , Thank you very much!!