This is the code for PilotMap. In order to install the code on a Raspberry Pi do the following steps.
-
Create a headless Raspberry Pi image with the latest version.
-
With a fresh Pi, SSH into the Pi with the network name, SSID, SSID password, user name that and user password used with the Raspberry Pi Imager
-
Once logged in run the following commands
- sudo apt -y update
- sudo apt -y install git python3-venv
- git clone https://github.com/CrabbyPete/pilotmap.git
- python -m venv --system-site-packages venv
- chmod + ./pilotmap/shell/install.sh
- source ./pilotmap/shell/install.sh