From 59d554e7e2b966b6b08c06c6aac64aadfe7a7089 Mon Sep 17 00:00:00 2001 From: Steve Zingman Date: Wed, 2 Jan 2019 14:00:45 -0500 Subject: [PATCH] Update install.sh --- install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install.sh b/install.sh index 56a5eea..9058dc9 100755 --- a/install.sh +++ b/install.sh @@ -8,8 +8,8 @@ # Install the required support programs # apt-get install unzip -y # apt-get install python-dev -y +# apt-get install python-pip -y + apt-get install python-pip -y - -test -e ./setup.py || exit 1 -pip install --upgrade . +pip install dmr_utils