Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 389 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 389 Bytes

Phillips curve

This is a work in progress.

This is a dashboard made with data from DBnomics and Streamlit.

Installation

Create a virtualenv and install the dependencies:

python -m venv .venv
. .venv/bin/activate
pip install -r requirements.lock

Usage

streamlit run src/phillips_curve/dashboard.py