From 3b1986b18933ead56aa5495ff5097be6bdbb36b7 Mon Sep 17 00:00:00 2001 From: tcprod Date: Sat, 21 Mar 2026 18:02:22 +0100 Subject: [PATCH] edit README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index e19ea29..a55611c 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,18 @@ Prepare the `config.toml` at the base of the repository. It is important to adjust the database configuration as well as the `browser_path`. +The system running the script needs access to the database server, or a current local database instance must be running. ### Step 2: Install dependencies Use `pip install -r requirements.txt` to install the requirements. The usage of a venv is recommended. +### Step 3: Execute + +Execute `ezgg_badge_generator.py`. + + ### Further ![activity diagram](activity_diagram.svg) \ No newline at end of file