From 37fff2da63e4f7705a48e9e263949f30b81f2e93 Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Mon, 16 May 2016 17:22:26 +0100 Subject: [PATCH] Revert "Install lxml first on ubuntu" This reverts commit 844f9c4276ddf49dc455809eaec87385a7f4ec10. --- scripts/aws_install_dependencies.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/aws_install_dependencies.sh b/scripts/aws_install_dependencies.sh index f3bb87e16..474fee8a1 100755 --- a/scripts/aws_install_dependencies.sh +++ b/scripts/aws_install_dependencies.sh @@ -2,5 +2,4 @@ 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