Added install.sh and appended requirements.txt (#16)

* Create install.sh

* Update requirements.txt

Add additional for gps operation
This commit is contained in:
M0GLJ
2021-01-01 21:51:20 +00:00
committed by GitHub
parent 1af61d184a
commit ecba8f75bd
2 changed files with 8 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
#! /bin/bash
# Install the required support programs
apt-get install python3 python3-pip -y
pip3 install -r requirements.txt
+3
View File
@@ -3,3 +3,6 @@ bitarray>=0.8.1
Twisted>=16.3.0
dmr_utils3>=0.1.19
configparser>=3.0.0
aprslib
pynmea2
maidenhead