mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-16 15:47:58 +00:00
Add mkdocstrings extra
This commit is contained in:
@@ -69,9 +69,9 @@ To set up the virtual environment with all necessary packages run:
|
|||||||
```sh
|
```sh
|
||||||
virtualenv ~/nominatim-dev-venv
|
virtualenv ~/nominatim-dev-venv
|
||||||
~/nominatim-dev-venv/bin/pip install\
|
~/nominatim-dev-venv/bin/pip install\
|
||||||
psutil psycopg[binary] PyICU SQLAlchemy \
|
psutil 'psycopg[binary]' PyICU SQLAlchemy \
|
||||||
python-dotenv jinja2 pyYAML behave \
|
python-dotenv jinja2 pyYAML behave \
|
||||||
mkdocs mkdocstrings mkdocs-gen-files pytest pytest-asyncio flake8 \
|
mkdocs 'mkdocstrings[python]' mkdocs-gen-files pytest pytest-asyncio flake8 \
|
||||||
types-jinja2 types-markupsafe types-psutil types-psycopg2 \
|
types-jinja2 types-markupsafe types-psutil types-psycopg2 \
|
||||||
types-pygments types-pyyaml types-requests types-ujson \
|
types-pygments types-pyyaml types-requests types-ujson \
|
||||||
types-urllib3 typing-extensions unicorn falcon starlette \
|
types-urllib3 typing-extensions unicorn falcon starlette \
|
||||||
|
|||||||
Reference in New Issue
Block a user