Repository for the sensors reader solution deployed on a Raspberry PI
The project is developed in Python 3.12, you have to install it beforehand to start working, here are the steps.
rm -rf .venv
export PIPENV_VENV_IN_PROJECT=1
pipenv --python 3.12
pipenv install --dev
./.venv/bin/pre-commit install