mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-03-12 14:22:37 -04:00
5 lines
106 B
Bash
Executable File
5 lines
106 B
Bash
Executable File
#!/bin/bash
|
|
|
|
echo "Install dependencies"
|
|
pip install -r /home/ubuntu/notifications-admin/requirements.txt
|