Raspberry Pi Irrigation System w/ OpenTelemetry Reporting
- install
pyenv
, use python 3.9.2pyenv install 3.9.2
and set it to be global or localpyenv local 3.9.2
- install
pipenv
withpip3 install pipenv
- create requirements.txt file with
pipenv run pip freeze > requirements.txt