Added install.sh and appended requirements.txt (#16)
* Create install.sh * Update requirements.txt Add additional for gps operation
This commit is contained in:
parent
1af61d184a
commit
ecba8f75bd
5
install.sh
Normal file
5
install.sh
Normal 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,3 +3,6 @@ bitarray>=0.8.1
|
|||||||
Twisted>=16.3.0
|
Twisted>=16.3.0
|
||||||
dmr_utils3>=0.1.19
|
dmr_utils3>=0.1.19
|
||||||
configparser>=3.0.0
|
configparser>=3.0.0
|
||||||
|
aprslib
|
||||||
|
pynmea2
|
||||||
|
maidenhead
|
||||||
|
Loading…
Reference in New Issue
Block a user