From befd6ae395e5a2fd5972aa2d4eba7feecaf155c6 Mon Sep 17 00:00:00 2001 From: Triangle Rosmi Date: Fri, 15 Mar 2024 11:52:23 +0000 Subject: [PATCH] Added example of gen_static.py output --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index f6ee997..499ffba 100644 --- a/README.md +++ b/README.md @@ -26,4 +26,11 @@ Trip report saved to Ketamine.json. Just run `gen_static.py`, it's fully interactive. +``` +$ python3 gen_static.py +Enter path to JSON report: Ketamine.json +Enter path for destination HTML file: ketamine.html +HTML report saved to ketamine.html. +``` + ## Note: gen_raw.py is currently broken. \ No newline at end of file