1
0
mirror of https://github.com/searxng/searxng.git synced 2024-07-02 15:30:42 +02:00

Merge pull request #2621 from return42/fix-searx.sh

[fix] utils/serax.sh create_pyenv() - drop duplicate 'pip install .'
This commit is contained in:
Noémi Ványi 2021-03-03 20:08:37 +01:00 committed by GitHub
commit 111d38cd8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -503,7 +503,6 @@ pip install -U pip
pip install -U setuptools
pip install -U wheel
pip install -U pyyaml
pip install -U -e .
cd ${SEARX_SRC}
pip install -e .
EOF