Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 201 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 201 Bytes

heating_control

install and setup for development

  • install pipenv (best with pip)
  • pipenv install --dev (install dependencies including dev-deps)
  • pipenv run pytest -v tests/ (run test-suite)