From: marc tobias Date: Mon, 8 Jul 2024 14:44:09 +0000 (+0200) Subject: Documentation: typo in python package name X-Git-Tag: deploy~4^2~12^2 X-Git-Url: https://git.openstreetmap.org./nominatim.git/commitdiff_plain/24f103dcbe95e6c052088e1a6a4e9e5a2c1dbfe8?ds=inline;hp=b63633857ed4c9af7af6f35054569dc79c6cc5a0 Documentation: typo in python package name --- diff --git a/docs/develop/Development-Environment.md b/docs/develop/Development-Environment.md index b3c81611..a7c474e8 100644 --- a/docs/develop/Development-Environment.md +++ b/docs/develop/Development-Environment.md @@ -63,7 +63,7 @@ To set up the virtual environment with all necessary packages run: virtualenv ~/nominatim-dev-venv ~/nominatim-dev-venv/bin/pip install\ psycopg2-binary psutil psycopg[binary] PyICU SQLAlchemy \ - python-dotenv jinja2 pyYAML datree \ + python-dotenv jinja2 pyYAML datrie \ behave mkdocs mkdocstrings pytest pytest-asyncio pylint \ types-jinja2 types-markupsafe types-psutil types-psycopg2 \ types-pygments types-pyyaml types-requests types-ujson \