Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 288 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 288 Bytes

Comfort

Compute basic thermal comfort indices - PMV (predicted mean vote) and PPD (predicted percentage of dissatisfaction)

Install

  • pip install comfort

PyPI packaging

  • Build distributions
    • python setup.py bdist_wheel
  • Upload distributions
    • $twine upload dist/*