simple install/upgrade script

This commit is contained in:
Steve N4IRS 2017-08-24 09:28:14 -04:00
parent d4a3ee7275
commit 91135f3707
1 changed files with 6 additions and 0 deletions

6
install.sh Executable file
View File

@ -0,0 +1,6 @@
#! /bin/bash
test -x ./setup.py || exit 1
pip install --upgrade .