7 lines
117 B
Bash
Executable File
7 lines
117 B
Bash
Executable File
#! /bin/bash
|
|
|
|
# Install the required support programs
|
|
apt-get install python-pip -y
|
|
pip install -r requirements.txt
|
|
|