From acc390ef112d00f0c9a57073201625d95ca2e711 Mon Sep 17 00:00:00 2001 From: Von Random Date: Sat, 9 Nov 2024 22:54:27 +0200 Subject: [PATCH] clarify python version in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index df5d0f5..12ec3db 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,4 @@ Use `pgbot.yml` along with `tokens.yml` to set it up. Default directory for configs is `/etc/pgbot`. It needs a list of regex with tokens and a postgresql database to match them. This doc is probably going to be abandoned right away, but at least I have added this line I dunno. -Dependencies: python3 and modules in `requirements.txt` +Dependencies: python >=3.10 and modules in `requirements.txt`