Skip to content

Commit 3dc973e

Browse files
authored
Update searxng-install.sh (#7469)
1 parent 751f488 commit 3dc973e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/searxng-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ msg_info "Creating Python virtual environment"
3636
sudo -H -u searxng bash -c '
3737
python3 -m venv /usr/local/searxng/searx-pyenv &&
3838
. /usr/local/searxng/searx-pyenv/bin/activate &&
39-
pip install -U pip setuptools wheel pyyaml &&
39+
pip install -U pip setuptools wheel pyyaml lxml &&
4040
pip install --use-pep517 --no-build-isolation -e /usr/local/searxng/searxng-src
4141
'
4242
msg_ok "Python environment ready"

0 commit comments

Comments
 (0)