2015-11-30 15:44:16 +00:00
|
|
|
#!/bin/bash
|
|
|
|
|
|
2015-12-02 10:15:46 +00:00
|
|
|
echo "Install dependencies"
|
2015-12-17 11:08:37 +00:00
|
|
|
cd /home/ubuntu/notifications-admin;
|
2016-01-07 16:12:34 +00:00
|
|
|
pip3 install -r /home/ubuntu/notifications-admin/requirements.txt
|