5 lines
84 B
Batchfile
5 lines
84 B
Batchfile
@echo off
|
|
call 'PATH_TO_CONDA'
|
|
call 'ACTIVATE_NEEDED_ENVS'
|
|
call python GUI.py
|
|
PAUSE |