Project explanation...
pip install -r requirements.txt
This project requires wkhtmltopdf
to generate the PDF report.
brew install homebrew/cask/wkhtmltopdf
sudo apt-get install wkhtmltopdf
In case you’re on Windows, you can download the installer here. Then, after installation, add the wkhtmltopdf binary to your PATH.
PDF Generated using instructions from here