Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 682 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 682 Bytes

How to use this repository to build a cost report

  1. python -m venv .venv
  2. active your python environment
  3. python -m pip install -r requirements.txt
  4. Update the year variable at the top of the notebook
  5. Run all cells

The output will be available in the etc folder.

Configuration

As previously mentioned, each year is controlled within the notebook. To add additional elements to the cost report, map them in the lookup.csv.

References