Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 856 Bytes

File metadata and controls

29 lines (18 loc) · 856 Bytes
logo

yyc-building-energy-benchmarking

coding_style

A Streamlit app to visualize building energy and greenhouse gas emission performance information of selected properties

Environment

  • Python 3.10

Getting Started

python -m venv .venv
.venv\Scripts\activate
pip install -r requirements.txt
streamlit run streamlit_app.py

Use pip install -r requirements-dev.txt for development.

Credits