From 3a9b6dfeb0200ee374d910b12e77997947ffecd4 Mon Sep 17 00:00:00 2001 From: Krakinou Date: Sat, 8 Dec 2018 18:14:44 +0100 Subject: [PATCH] requirement --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index caa299d..f9de22f 100755 --- a/scripts/install +++ b/scripts/install @@ -96,7 +96,7 @@ ynh_setup_source "$final_path" ### - And the section "UPGRADE DEPENDENCIES" in the upgrade script #ynh_install_app_dependencies deb1 deb2 -pip install --target vendor -r $final_path requirements.txt +pip install --target vendor -r $final_path/requirements.txt