In order to model Iowa's points scored because Brian Ferentz's contract fascinates me.
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python -m ipykernel install --name iowa --user
jupyter-lab # might require pip install jupyter
Then open notebooks/analyze.ipynb
in jupyter.
Get an API key at CFBD. Add it to your
environment with a .env
file or
export KEY=<put key here>
Run
python src/iowastats/download.py