We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 751f488 commit 3dc973eCopy full SHA for 3dc973e
install/searxng-install.sh
@@ -36,7 +36,7 @@ msg_info "Creating Python virtual environment"
36
sudo -H -u searxng bash -c '
37
python3 -m venv /usr/local/searxng/searx-pyenv &&
38
. /usr/local/searxng/searx-pyenv/bin/activate &&
39
- pip install -U pip setuptools wheel pyyaml &&
+ pip install -U pip setuptools wheel pyyaml lxml &&
40
pip install --use-pep517 --no-build-isolation -e /usr/local/searxng/searxng-src
41
'
42
msg_ok "Python environment ready"
0 commit comments