From abe9737229de5b126806d0df7bf218752a49766d Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Mon, 25 Nov 2024 14:31:09 +0100 Subject: [PATCH] docs: more prominent mention of pip install --- docs/admin/Installation.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/admin/Installation.md b/docs/admin/Installation.md index dadbe4601..72d867c0b 100644 --- a/docs/admin/Installation.md +++ b/docs/admin/Installation.md @@ -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. +## 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