To set up builds for this report, run this command in the root directory of this repository (the directory containing this README.md
file):
pip3 install -r build_requirements.txt
This will install all the prerequisites.
To fetch the vaccination data, run:
python3 fetch_data.py
Since there is no direct download URL for the excess deaths data, complete the following instructions to fetch the data:
To build the book, run:
jupyter-book build .
The book build appears in the _build/html
directory. You can open it with your browser.