Plot the daily U.S. Treasury yield curve
Ensure you have python installed.
git clone https://github.com/Chundla/yield_curve
cd yield_curve
python3 -m venv .venv
source ./.venv/bin/activate
pip3 install -r requirements.txt
cd yield_curve
source ./.venv/bin/activate
python app.py