Files
notifications-admin/scripts/aws_install_dependencies.sh

6 lines
176 B
Bash
Raw Normal View History

2015-11-30 15:44:16 +00:00
#!/bin/bash
2015-12-02 10:15:46 +00:00
echo "Install dependencies"
cd /home/notify-app/notifications-admin;
pip3 install --find-links=wheelhouse -r /home/notify-app/notifications-admin/requirements.txt