From a2c032e5e99eb33fc1e60333ac057d0eedab556f Mon Sep 17 00:00:00 2001 From: mh4ckt3mh4ckt1c4s Date: Thu, 24 Nov 2022 17:13:16 +0100 Subject: [PATCH] Fix pip install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index f243368..dae6794 100755 --- a/scripts/install +++ b/scripts/install @@ -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