From ecba8f75bd9bdf49a9cbcec3b2d9c7b5e8b61316 Mon Sep 17 00:00:00 2001 From: M0GLJ <32222213+m0glj@users.noreply.github.com> Date: Fri, 1 Jan 2021 21:51:20 +0000 Subject: [PATCH] Added install.sh and appended requirements.txt (#16) * Create install.sh * Update requirements.txt Add additional for gps operation --- install.sh | 5 +++++ requirements.txt | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 install.sh diff --git a/install.sh b/install.sh new file mode 100644 index 0000000..162f9b1 --- /dev/null +++ b/install.sh @@ -0,0 +1,5 @@ +#! /bin/bash + +# Install the required support programs +apt-get install python3 python3-pip -y +pip3 install -r requirements.txt diff --git a/requirements.txt b/requirements.txt index 3d17f35..c9cb7cb 100755 --- a/requirements.txt +++ b/requirements.txt @@ -3,3 +3,6 @@ bitarray>=0.8.1 Twisted>=16.3.0 dmr_utils3>=0.1.19 configparser>=3.0.0 +aprslib +pynmea2 +maidenhead