From 844f9c4276ddf49dc455809eaec87385a7f4ec10 Mon Sep 17 00:00:00 2001 From: Rebecca Law Date: Mon, 16 May 2016 16:43:55 +0100 Subject: [PATCH] Install lxml first on ubuntu --- scripts/aws_install_dependencies.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/aws_install_dependencies.sh b/scripts/aws_install_dependencies.sh index 474fee8a1..f3bb87e16 100755 --- a/scripts/aws_install_dependencies.sh +++ b/scripts/aws_install_dependencies.sh @@ -2,4 +2,5 @@ echo "Install dependencies" cd /home/ubuntu/notifications-admin; +pip3 install lxml pip3 install -r /home/ubuntu/notifications-admin/requirements.txt \ No newline at end of file