hbnet/install.sh
M0GLJ ecba8f75bd
Added install.sh and appended requirements.txt (#16)
* Create install.sh

* Update requirements.txt

Add additional for gps operation
2021-01-01 13:51:20 -08:00

6 lines
126 B
Bash

#! /bin/bash
# Install the required support programs
apt-get install python3 python3-pip -y
pip3 install -r requirements.txt