From 494640c5350428eb1033579a2dc961ca94a18d3c Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Tue, 10 Dec 2024 08:54:29 +0100 Subject: [PATCH] docs: complete requirements list for dev env --- docs/develop/Development-Environment.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/develop/Development-Environment.md b/docs/develop/Development-Environment.md index a6558c7d..2425ec78 100644 --- a/docs/develop/Development-Environment.md +++ b/docs/develop/Development-Environment.md @@ -59,7 +59,9 @@ The easiest way, to handle these Python dependencies is to run your development from within a virtual environment. ```sh -sudo apt install libsqlite3-mod-spatialite +sudo apt install libsqlite3-mod-spatialite osm2pgsql \ + postgresql-postgis postgresql-postgis-scripts \ + pkg-config libicu-dev virtualenv ``` To set up the virtual environment with all necessary packages run: -- 2.39.5