A Streamlit app to visualize building energy and greenhouse gas emission performance information of selected properties
- Python 3.10
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.