From 52982c1148046c114e427cd53cb09bc9c4e3f38f Mon Sep 17 00:00:00 2001 From: Krakinou Date: Sat, 8 Dec 2018 18:11:19 +0100 Subject: [PATCH] mise en place pip --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 9128ae4..caa299d 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