Add simple install script

This commit is contained in:
Steve N4IRS 2018-10-19 10:19:54 -04:00
parent 8cde74c737
commit e562de13f2
1 changed files with 6 additions and 0 deletions

6
install.sh Executable file
View File

@ -0,0 +1,6 @@
#! /bin/bash
# Install the required support programs
apt-get install python-pip -y
pip install -r requirements.txt