Made by Antoine de Barbarin
You need Python v3.10+ and the package manager pip.
- Create a
Python virtual environment (venv)if you want (recommended) and activate it. - Install the dependencies:
pip install -r requirements.txt
- Install Weazyprint for PDF generation: official installation instructions
- Run the program:
python .
Info: for the TP2, the PDF will be generated as
books-report_{date of the day}.pdfin the root directory of the project.