Organisation Indicators Report

To compile the HIV data report follow these steps

  1. Create a virtual environment
python -m venv venv
  1. Activate the environment
source venv/bin/activate
  1. Install packages
pip install -r requirements.txt
  1. create the report file.
python3 utils/create_report.py  -p "./output/Upper Neno HIV-Data 2024.xlsx" -s Upper -t HIV
  1. Pull and write data to file
python3 main.py -p "./output/Upper Neno HIV-Data 2024.xlsx" -s Upper
  1. Check the output folder for the excel report