mirror of
https://github.com/YunoHost-Apps/searxng_ynh.git
synced 2024-09-03 20:26:00 +02:00
Fix pip install
This commit is contained in:
parent
b600d2aaf4
commit
a2c032e5e9
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ ynh_script_progression --message="Installing SearXNG..." --weight=2
|
|||
python3 -m venv --system-site-packages "$final_path"
|
||||
set +u; source $final_path/bin/activate; set -u
|
||||
pip3 install -U pip setuptools wheel pyyaml --no-cache-dir
|
||||
pip3 install --requirement $final_path/requirements.txt --no-cache-dir
|
||||
pip3 install -e "$final_path"
|
||||
|
||||
#=================================================
|
||||
# ADD A CONFIGURATION
|
||||
|
|
Loading…
Reference in a new issue