diff options
| author | Markus Heiser <markus.heiser@darmarIT.de> | 2026-04-04 19:02:44 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-04-04 19:02:44 +0200 |
| commit | 7adace694c663d03f20c021b8dc369472706fcd1 (patch) | |
| tree | ac6ea6b3779bca5613c0a90df8e4a623c360795c /docs | |
| parent | e92f6b70a0b1ccb1ac04795fd221d9d54ade8730 (diff) | |
[doc] add missing packages required for installation (#5951)
Related:
- https://github.com/searxng/searxng/pull/5763
- https://github.com/searxng/searxng/pull/5765
- https://github.com/searxng/searxng/pull/5346
Closes: https://github.com/searxng/searxng/issues/5937
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/build-templates/searxng.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/build-templates/searxng.rst b/docs/build-templates/searxng.rst index c30268ff5..68cf3ef32 100644 --- a/docs/build-templates/searxng.rst +++ b/docs/build-templates/searxng.rst @@ -119,8 +119,12 @@ ${fedora_build} pip install -U pip pip install -U setuptools pip install -U wheel + + # additional packages required for installation pip install -U pyyaml pip install -U msgspec + pip install -U typing-extensions + pip install -U pybind11 # jump to SearXNG's working tree and install SearXNG into virtualenv (${SERVICE_USER})$ cd \"$SEARXNG_SRC\" |
