Skip to content

Commit abe9737

Browse files
committed
docs: more prominent mention of pip install
1 parent 5d237a0 commit abe9737

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/admin/Installation.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,15 @@ you might consider setting:
102102
and even reduce `autovacuum_work_mem` further. This will reduce the amount
103103
of memory that autovacuum takes away from the import process.
104104

105+
## Installing the latest release
106+
107+
Nominatim is easiest installed directly from Pypi. Make sure you have installed
108+
osm2pgsql, PostgreSQL/PostGIS and libICU together with its header files.
109+
110+
Then you can install Nominatim with:
111+
112+
pip install nominatim-db nominatim-api
113+
105114
## Downloading and building Nominatim
106115

107116
### Downloading the latest release

0 commit comments

Comments
 (0)