- python -m venv .venv
- active your python environment
- python -m pip install -r requirements.txt
- Update the year variable at the top of the notebook
- Run all cells
The output will be available in the etc folder.
As previously mentioned, each year is controlled within the notebook. To add additional elements to the cost report, map them in the lookup.csv.
- here is one place describing the essentials
- here is the one most comprehensive place describing everything