- Python > 3.0
# From the root of the repository:
python3 -m venv .venv
source .venv/bin/activate
python -m pip install -r requirements.txt
Change 'sample_input' and 'sample_output' in the main.py file to change the input file and output directory.
Run the script using:
python main.py
The three reports will be generated in the output directory as specified.