opcuaCOM_PY/_OLD/EXEC_INSTALL.bat
Eduard Gerlitz 27734995b6 v2.0
2025-09-05 10:01:01 +02:00

13 lines
235 B
Batchfile

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