Files
Pynomicon/gps_vcones
2023-10-10 13:07:37 -04:00
..
2021-10-06 11:21:27 -04:00
2021-11-11 07:04:15 -05:00
2023-10-10 13:07:37 -04:00
2021-10-22 10:06:14 -04:00
2023-10-03 08:47:27 -04:00
2023-10-03 05:59:48 -04:00
2021-06-18 10:55:55 -04:00

  SETUP

python3 -m venv venv
source venv/bin/activate
python3 -m pip install --upgrade pip
python3 -m pip install gps simpleaudio gpxpy pyyaml PySide6
pip list > requirements.txt

  RUN

source venv/bin/activate
python vcones_gui.py &
deactivate