From a931843b0890b3ad417ef9362eebd3a14f1c7f32 Mon Sep 17 00:00:00 2001 From: Luca Date: Tue, 11 Mar 2025 13:55:57 +0100 Subject: [PATCH] docs: update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 3d5782c..53a9062 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,7 @@ ## project setup -* make sure python 3.12 is installed -* (TODO: why?) install `python-psycopg2` system wide +* make sure python >= 3.12 is installed * `python -m venv env` * `. env/bin/activate` * `pip install -r requirements.txt`