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