From bc593f0e3ce1608ae29cd020c9fe2d0e0f2fa91e Mon Sep 17 00:00:00 2001 From: Matas <122053271+Boston-Crab@users.noreply.github.com> Date: Wed, 19 Feb 2025 15:09:19 +0100 Subject: [PATCH] Update README.md Update PostgreSQL and Postgis requirements to the current version being used --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 99948a9d..31f99566 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ EU-CS_platform is a web platform for Citizen Science. It is built with [Python][ ## Requirements ```bash -sudo apt install python3-venv python3-pip libpq-dev libffi-dev postgresql postgresql-10-postgis-2.4 libjpeg-dev zlib1g-dev gettext +sudo apt install python3-venv python3-pip libpq-dev libffi-dev postgresql postgresql-12.22-postgis-3.0 libjpeg-dev zlib1g-dev gettext python3 -m venv venv source venv/bin/activate ```