X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/c172ca8c6c060f188ad626bca631a7c2cd908e7d..a894e0f3a49c1789814777ac4520baf202d404ab:/docs/admin/Installation.md diff --git a/docs/admin/Installation.md b/docs/admin/Installation.md index dadbe460..d8374399 100644 --- a/docs/admin/Installation.md +++ b/docs/admin/Installation.md @@ -26,7 +26,7 @@ For running Nominatim: * [PostgreSQL](https://www.postgresql.org) (12+ will work, 13+ strongly recommended) * [PostGIS](https://postgis.net) (3.0+ will work, 3.2+ strongly recommended) - * [osm2pgsql](https://osm2pgsql.org) (1.8+, optional when building with CMake) + * [osm2pgsql](https://osm2pgsql.org) (1.8+) * [Python 3](https://www.python.org/) (3.7+) Furthermore the following Python libraries are required: @@ -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