Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Update PostgreSQL and Postgis requirements to the current version being used
  • Loading branch information
Boston-Crab authored Feb 19, 2025
1 parent d8f1561 commit bc593f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit bc593f0

Please sign in to comment.