Skip to content

Commit

Permalink
docs: more prominent to pip installation method
Browse files Browse the repository at this point in the history
  • Loading branch information
lonvia committed Nov 25, 2024
1 parent 7683863 commit fc9105d
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions docs/admin/Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,17 +127,22 @@ 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.

## Downloading and building Nominatim
## Installing the latest release

### Downloading 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.

If you want to build Nominatim from source, then
you can download the [latest release from nominatim.org](https://nominatim.org/downloads/).
The release contains all necessary files. Just unpack it.
Then just run:

pip install nominatim-{db,api}

Note that you don't need to do this when you install Nominatim from pip directly.
## Downloading and building Nominatim

The following instructions are only relevant, if you want to build and
install Nominatim from source.

### Downloading the latest development version
You can download the [latest release from nominatim.org](https://nominatim.org/downloads/).
The release contains all necessary files. Just unpack it.

If you want to install latest development version from github, make sure to
also check out the osm2pgsql subproject:
Expand Down

0 comments on commit fc9105d

Please sign in to comment.