X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/fa1c402b47bdd1f76b8528885c0e3a5e90731cdc..ecf4693a799055b3795ca691337941f931cf0a59:/docs/library/Getting-Started.md diff --git a/docs/library/Getting-Started.md b/docs/library/Getting-Started.md index 22d9681d..1f5b2baa 100644 --- a/docs/library/Getting-Started.md +++ b/docs/library/Getting-Started.md @@ -18,12 +18,12 @@ To use the Nominatim library, you need access to a local Nominatim database. Follow the [installation](../admin/Installation.md) and [import](../admin/Import.md) instructions to set up your database. -The Nominatim frontend library is contained in the 'nominatim-api' package. +The Nominatim frontend library is contained in the Python package `nominatim-api`. To install the package from the source tree directly, run: pip install packaging/nominatim-api -Usually, you would want to run this in a virtual environment. +Usually you would want to run this in a virtual environment. ### A simple search example