mirror of
https://github.com/searxng/searxng.git
synced 2026-05-07 18:03:51 +02:00
[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>
This commit is contained in:
@@ -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\"
|
||||
|
||||
Reference in New Issue
Block a user