From 12e71cea38492863cbff0f3ab65eb30ba483436b Mon Sep 17 00:00:00 2001 From: colton456p Date: Thu, 19 Dec 2024 13:25:18 -0800 Subject: [PATCH] added pdf generation instructions to readme --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 323fe52..7bff5a1 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,15 @@ ```bash python3 -m src.run_all ``` +6. (optional) Run pfd generation. +- Pre-LLM: + ```bash + python3 -m src.pdf_generation.pre_llm_pdf_generation + ``` +- Post-LLM: + ```bash + python3 -m src.pdf_generation.post_llm_pdf_generation + ``` ### Linter - To run project lint: