diff --git a/mk-required b/mk-required new file mode 100644 index 0000000..7673ac8 --- /dev/null +++ b/mk-required @@ -0,0 +1,10 @@ + apt-get install python-dev -y + apt-get install python-pip -y + apt-get install python-twisted -y + pip install bitstring + pip install bitarray + + cd /opt + git clone https://github.com/n0mjs710/dmr_utils.git + cd dmr_utils/ + pip install --upgrade .