]> git.openstreetmap.org Git - nominatim.git/commitdiff
docs: more prominent mention of pip install
authorSarah Hoffmann <lonvia@denofr.de>
Mon, 25 Nov 2024 13:31:09 +0000 (14:31 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Mon, 25 Nov 2024 13:31:44 +0000 (14:31 +0100)
docs/admin/Installation.md

index dadbe4601238fe387c846b31b5bb29a058df97ef..72d867c0b2c620a7f7b23de00be129fafef3dedd 100644 (file)
@@ -102,6 +102,15 @@ you might consider setting:
 and even reduce `autovacuum_work_mem` further. This will reduce the amount
 of memory that autovacuum takes away from the import process.
 
 and even reduce `autovacuum_work_mem` further. This will reduce the amount
 of memory that autovacuum takes away from the import process.
 
+## Installing the latest release
+
+Nominatim is easiest installed directly from Pypi. Make sure you have installed
+osm2pgsql, PostgreSQL/PostGIS and libICU together with its header files.
+
+Then you can install Nominatim with:
+
+    pip install nominatim-db nominatim-api
+
 ## Downloading and building Nominatim
 
 ### Downloading the latest release
 ## Downloading and building Nominatim
 
 ### Downloading the latest release