Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 353 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 353 Bytes

pi-irrigation-system

Raspberry Pi Irrigation System w/ OpenTelemetry Reporting

Local Development (pi-zero only)

  • install pyenv, use python 3.9.2 pyenv install 3.9.2 and set it to be global or local pyenv local 3.9.2
  • install pipenv with pip3 install pipenv
  • create requirements.txt file with pipenv run pip freeze > requirements.txt