DMU50_GUI_PY/EXEC_INSTALL.bat
Eduard Gerlitz 0dd8a929f5 v2.1.1
2025-03-18 16:23:31 +01:00

13 lines
232 B
Batchfile

@echo off
setlocal
:: ---------- USER DEFINE --------------
set "ymlPath=condaenv.yml"
:: -------------------------------------
:: Execute the Python script
conda env create -f "%ymlPath%"
:: Pause at the end of the script
pause