docs: more prominent to pip installation method

This commit is contained in:
Sarah Hoffmann
2024-11-25 14:23:33 +01:00
parent 76838632d6
commit fc9105d1ea

View File

@@ -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: