Skip to content

Commit

Permalink
docs: more prominent mention of pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
lonvia committed Nov 25, 2024
1 parent 5d237a0 commit abe9737
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/admin/Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit abe9737

Please sign in to comment.