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`