pimoroni / bme680-python

Python library for the BME680 gas, temperature, humidity and pressure sensor.
https://shop.pimoroni.com/products/bme680
MIT License
260 stars 93 forks source link

Bookworm/Pi5 Compatibility: Upgrade to latest boilerplate #50

Closed Gadgetoid closed 1 month ago

Gadgetoid commented 4 months ago

Testing

If you're a Bookworm / Pi 5 user running into virtual environment issues, you can try this library like so:

git clone https://github.com/pimoroni/bme680-python -b repackage
cd bme680-python
./install.sh --unstable

The ./install.sh script will create a pimoroni virtual environment that's shared between our products. (or use your existing venv if you've already activated one.)

For the reasons behind these changes and other information, see:

coveralls commented 4 months ago

Pull Request Test Coverage Report for Build 8834142041

Details


Totals Coverage Status
Change from base Build 1819035340: -0.03%
Covered Lines: 422
Relevant Lines: 500

💛 - Coveralls