To generate the RPPR stats, you should have ROBOT or ODK installed.
- Open the
Makefile
in a text editor and make sure the grant dates are set correctly:
START_DATE_P1=2022-08-01
END_DATE_P1=2023-05-31
START_DATE_HPO=2022-07-01
END_DATE_HPO=2023-06-30
- If you are not using ODK, create a new python environment
- Install requirements.txt (
pip install -r requirements.txt
) - Run
make all
(if you run it for the first time in a while, add-B
, ie.make all -B
) - Push the generated changes to GitHub