From e2b15d3d55075fc73f31fbb7bb293cf8556ef5e1 Mon Sep 17 00:00:00 2001 From: Blackwhitebear8 Date: Sat, 5 Jul 2025 16:28:40 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7c7e30a..dabe877 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ ### App config 1. Edit .env and fill in the details -2. ```apt install -y python3 python3-jinja2 python3-flask python3-gunicorn``` +2. ```apt install -y gunicorn python3 python3-jinja2 python3-flask python3-gunicorn python3-dotenv python3-requests python3-flask python3-matplotlib python3-networkx``` 3. ```python3 -m -w 4 -b 0.0.0.0:5000 app:app``` ## License