pimoroni / max30105-python

Python library for the Pimoroni MAX30105 breakout
https://shop.pimoroni.com/products/max30105-breakout-heart-rate-oximeter-smoke-sensor
MIT License
20 stars 14 forks source link

Bookworm/Pi5 Compatibility: Upgrade to latest boilerplate #11

Open Gadgetoid opened 5 months ago

Gadgetoid commented 5 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/max30105-python -b repackage
cd max30105-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: