pip3 install -r requirments.txt
brew install homebrew/cask/wkhtmltopdf
Homebrew is required to install wkhtmltopdf
- Copy .env_SAMPLE to .env
cp .env_SAMPLE .env
- Edit the following to the appropriate database details:
DB_HOST, DB_USER, DB_PASS, DB_NAME
python3 main.py <PROGRAM_CODE>
Example:
python3 main.py brainlearn23
Output will appear in out
directory