mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-05 19:03:30 -05:00
6 lines
176 B
Bash
Executable File
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
|