Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 809 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 809 Bytes
logo

yyc-compensation-disclosure

coding_style

A Streamlit app to visualize City of Calgary's compensation disclosure

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