From fc9105d1ead0fdd82322129c07c64607e279f239 Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Mon, 25 Nov 2024 14:23:33 +0100 Subject: [PATCH] docs: more prominent to pip installation method --- docs/admin/Installation.md | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/docs/admin/Installation.md b/docs/admin/Installation.md index cb6bed64..13b480dd 100644 --- a/docs/admin/Installation.md +++ b/docs/admin/Installation.md @@ -127,18 +127,23 @@ 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 + +The latest release can be simply installed via Pypi. Make sure you have +osm2pgsql, PostgreSQL and libICU in its development version installed. + +Then just run: + + pip install nominatim-{db,api} + ## Downloading and building Nominatim -### Downloading the latest release +The following instructions are only relevant, if you want to build and +install Nominatim from source. -If you want to build Nominatim from source, then -you can download the [latest release from nominatim.org](https://nominatim.org/downloads/). +You can download the [latest release from nominatim.org](https://nominatim.org/downloads/). The release contains all necessary files. Just unpack it. -Note that you don't need to do this when you install Nominatim from pip directly. - -### Downloading the latest development version - If you want to install latest development version from github, make sure to also check out the osm2pgsql subproject: