X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/ae8694a6a6862d7cb66cd91102d2802c9899e7cf..18d4996bec21a7ee4fa70a586e75068deee6f97f:/docs/develop/Development-Environment.md?ds=inline diff --git a/docs/develop/Development-Environment.md b/docs/develop/Development-Environment.md index a6558c7d..9ade7916 100644 --- a/docs/develop/Development-Environment.md +++ b/docs/develop/Development-Environment.md @@ -59,7 +59,9 @@ The easiest way, to handle these Python dependencies is to run your development from within a virtual environment. ```sh -sudo apt install libsqlite3-mod-spatialite +sudo apt install libsqlite3-mod-spatialite osm2pgsql \ + postgresql-postgis postgresql-postgis-scripts \ + pkg-config libicu-dev virtualenv ``` To set up the virtual environment with all necessary packages run: @@ -68,7 +70,7 @@ To set up the virtual environment with all necessary packages run: virtualenv ~/nominatim-dev-venv ~/nominatim-dev-venv/bin/pip install\ psutil psycopg[binary] PyICU SQLAlchemy \ - python-dotenv jinja2 pyYAML datrie behave \ + python-dotenv jinja2 pyYAML behave \ mkdocs mkdocstrings mkdocs-gen-files pytest pytest-asyncio flake8 \ types-jinja2 types-markupsafe types-psutil types-psycopg2 \ types-pygments types-pyyaml types-requests types-ujson \