pimoroni / bme280-python

Python library for the BME280 temperature, pressure and humidity sensor
https://shop.pimoroni.com/products/bme280-breakout
MIT License
65 stars 25 forks source link

Bookworm/Pi5 Compatibility: Upgrade to latest boilerplate #32

Closed Gadgetoid closed 8 months ago

Gadgetoid commented 10 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/bme280-python -b patch-boilerplate-sync
cd bme280-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:

Changes

coveralls commented 10 months ago

Coverage Status

coverage: 96.617%. remained the same when pulling 333f5627e3e2c34014ab03ef350a539304fa3dbe on patch-boilerplate-sync into 28c23c829a22296cd41a8faf455dac2d430e562c on main.