Add simple install script
This commit is contained in:
parent
8cde74c737
commit
e562de13f2
6
install.sh
Executable file
6
install.sh
Executable file
@ -0,0 +1,6 @@
|
||||
#! /bin/bash
|
||||
|
||||
# Install the required support programs
|
||||
apt-get install python-pip -y
|
||||
pip install -r requirements.txt
|
||||
|
Loading…
Reference in New Issue
Block a user