dmr_utils/install.sh

12 lines
228 B
Bash
Raw Normal View History

2017-08-24 09:28:14 -04:00
#! /bin/bash
# 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-twisted -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 .