added GUI and batch file to run GUI

This commit is contained in:
Kristofer Söderström
2023-03-27 09:25:56 +02:00
parent acadd17007
commit 7bbfef44cb
3 changed files with 109 additions and 5 deletions

5
run_gui.bat Normal file
View File

@@ -0,0 +1,5 @@
@echo off
call 'PATH_TO_CONDA'
call 'ACTIVATE_NEEDED_ENVS'
call python GUI.py
PAUSE