Files
notifications-admin/scripts/aws_install_dependencies.sh
2016-11-07 17:56:08 +00:00

6 lines
176 B
Bash
Executable File

#!/bin/bash
echo "Install dependencies"
cd /home/notify-app/notifications-admin;
pip3 install --find-links=wheelhouse -r /home/notify-app/notifications-admin/requirements.txt