Added Python venv setup

This commit is contained in:
2023-10-03 08:47:27 -04:00
parent ebeaf239d4
commit 670901479a
2 changed files with 28 additions and 0 deletions

14
gps_tool/README.venv Executable file
View File

@ -0,0 +1,14 @@
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

14
gps_vcones/README.venv Executable file
View File

@ -0,0 +1,14 @@
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