Added Python venv setup
This commit is contained in:
14
gps_tool/README.venv
Executable file
14
gps_tool/README.venv
Executable 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
14
gps_vcones/README.venv
Executable 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
|
||||||
Reference in New Issue
Block a user