We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d237a0 commit abe9737Copy full SHA for abe9737
docs/admin/Installation.md
@@ -102,6 +102,15 @@ you might consider setting:
102
and even reduce `autovacuum_work_mem` further. This will reduce the amount
103
of memory that autovacuum takes away from the import process.
104
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
114
## Downloading and building Nominatim
115
116
### Downloading the latest release
0 commit comments