dmr_utils/install.sh

16 lines
466 B
Bash
Raw Normal View History

2017-08-24 09:28:14 -04:00
#! /bin/bash
2018-10-19 10:18:32 -04:00
# 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
2017-08-24 09:28:14 -04:00
# Install the required support programs
2018-10-19 10:18:32 -04:00
# apt-get install unzip -y
# apt-get install python-dev -y
apt-get install python-pip -y
2017-12-07 08:40:53 -05:00
test -e ./setup.py || exit 1
2017-08-24 09:28:14 -04:00
pip install --upgrade .