]> git.openstreetmap.org Git - nominatim.git/blobdiff - docs/develop/Development-Environment.md
docs: complete requirements list for dev env
[nominatim.git] / docs / develop / Development-Environment.md
index a6558c7d04f1150df197dd2e8fd9176ca3906120..2425ec78c9315cbd5e83ca2391e9e84decbf2452 100644 (file)
@@ -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: