Update install.sh

This commit is contained in:
Steve Zingman 2019-01-02 14:00:45 -05:00 committed by GitHub
parent 605698ca09
commit 59d554e7e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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