From 21bf6730d548ede9379acd2d7873eb96089a8ea5 Mon Sep 17 00:00:00 2001 From: Steve N4IRS Date: Fri, 19 Oct 2018 10:18:32 -0400 Subject: [PATCH] simplify install script --- install.sh | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/install.sh b/install.sh index f88ff5b..56a5eea 100755 --- a/install.sh +++ b/install.sh @@ -1,10 +1,14 @@ #! /bin/bash +# This script will install dmr_utils from a downloaded zip file or from a git clone. +# If all you are interested in using dmr_utils because another program requires it (HBlink DMRlink etc) +# Then you can simply: +# apt-get install python-pip -y +# pip install dmr_utils # Install the required support programs -apt-get install unzip -y -apt-get install python-dev -y +# apt-get install unzip -y +# apt-get install python-dev -y apt-get install python-pip -y -apt-get install python-twisted -y test -e ./setup.py || exit 1 pip install --upgrade .