11 lines
250 B
Plaintext
11 lines
250 B
Plaintext
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 .
|