summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarIT.de>2026-04-04 19:02:44 +0200
committerGitHub <noreply@github.com>2026-04-04 19:02:44 +0200
commit7adace694c663d03f20c021b8dc369472706fcd1 (patch)
treeac6ea6b3779bca5613c0a90df8e4a623c360795c /utils
parente92f6b70a0b1ccb1ac04795fd221d9d54ade8730 (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 'utils')
-rwxr-xr-xutils/searxng.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/searxng.sh b/utils/searxng.sh
index e5f851b38..ccf9f34eb 100755
--- a/utils/searxng.sh
+++ b/utils/searxng.sh
@@ -556,6 +556,8 @@ pip install -U setuptools
pip install -U wheel
pip install -U pyyaml
pip install -U msgspec
+pip install -U typing-extensions
+pip install -U pybind11
pip install -U --use-pep517 --no-build-isolation -e .
EOF
rst_para "update instance's settings.yml from ${SEARXNG_SETTINGS_PATH}"