From 0c5af2e3e412bd8d3874a57fbce14cdcf62507af Mon Sep 17 00:00:00 2001 From: Ayush Dhar Dubey Date: Mon, 8 Dec 2025 15:01:35 +0530 Subject: [PATCH] update new dependency instructions: mwparserfromhell --- docs/admin/Installation.md | 1 + docs/develop/Development-Environment.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/admin/Installation.md b/docs/admin/Installation.md index 99387ed6..7b67edd7 100644 --- a/docs/admin/Installation.md +++ b/docs/admin/Installation.md @@ -37,6 +37,7 @@ Furthermore the following Python libraries are required: * [Jinja2](https://palletsprojects.com/p/jinja/) * [PyICU](https://pypi.org/project/PyICU/) * [PyYaml](https://pyyaml.org/) (5.1+) + * [mwparserfromhell](https://github.com/earwig/mwparserfromhell/) These will be installed automatically when using pip installation. diff --git a/docs/develop/Development-Environment.md b/docs/develop/Development-Environment.md index 577ccbd0..29d376a7 100644 --- a/docs/develop/Development-Environment.md +++ b/docs/develop/Development-Environment.md @@ -73,7 +73,7 @@ virtualenv ~/nominatim-dev-venv types-jinja2 types-markupsafe types-psutil types-psycopg2 \ types-pygments types-pyyaml types-requests types-ujson \ types-urllib3 typing-extensions unicorn falcon starlette \ - uvicorn mypy osmium aiosqlite + uvicorn mypy osmium aiosqlite mwparserfromhell ``` Now enter the virtual environment whenever you want to develop: -- 2.39.5