1
0
Fork 0
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:
mh4ckt3mh4ckt1c4s 2022-11-24 17:13:16 +01:00
parent b600d2aaf4
commit a2c032e5e9

View file

@ -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