docs: update README.md
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Luca 2025-03-11 13:55:57 +01:00
parent 31c2c2b8e1
commit a931843b08
1 changed files with 1 additions and 2 deletions

View File

@ -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`