Files
notifications-api/scripts/aws_install_dependencies.sh

9 lines
167 B
Bash
Raw Normal View History

2016-09-20 11:49:01 +01:00
#!/bin/bash
set -eo pipefail
2016-09-20 11:49:01 +01:00
echo "Install dependencies"
2016-09-20 11:49:01 +01:00
cd /home/notify-app/notifications-api;
pip3 install -r /home/notify-app/notifications-api/requirements.txt