From c8a1d9a3e61f800b0b426b1f7fed78c1e7e61df8 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 11 Mar 2018 23:36:50 +0100 Subject: [PATCH] =?UTF-8?q?D=C3=A9ploiement?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deploy.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index 81269b5..950368b 100644 --- a/deploy.sh +++ b/deploy.sh @@ -16,7 +16,8 @@ printf "\033[0;32m > Création du virtualenv \033[0m\n" virtualenv env_site -p "$PYTHON_INTERPRETER" source env_site/bin/activate -pip3 install mysqldb +sudo apt install libmysqlclient-dev +pip3 install mysqlclient printf "\033[0;32m > Installation des dépendances \033[0m\n" pip3 install -r requirements.txt