Files
notifications-api/scripts/aws_install_dependencies.sh

9 lines
191 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 --find-links=wheelhouse -r /home/notify-app/notifications-api/requirements.txt