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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

5
install.sh Normal file
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

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