Skip to content

Latest commit

 

History

History
executable file
·
30 lines (22 loc) · 546 Bytes

README.md

File metadata and controls

executable file
·
30 lines (22 loc) · 546 Bytes

Smart Meter Server

installation

pyenv install 3.10.7
  • create virtualenv
pyenv virtualenv 3.10.7 smart_meter_3.10.7
pyenv activate smart_meter_3.10.7
  • set pyenv local version in the root folder
pyenv local smart_meter_3.10.7
  • install dependencies
poetry install --no-dev