added GUI and batch file to run GUI
This commit is contained in:
5
run_gui.bat
Normal file
5
run_gui.bat
Normal file
@@ -0,0 +1,5 @@
|
||||
@echo off
|
||||
call 'PATH_TO_CONDA'
|
||||
call 'ACTIVATE_NEEDED_ENVS'
|
||||
call python GUI.py
|
||||
PAUSE
|
||||
Reference in New Issue
Block a user