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