DMU50_GUI_PY/EXEC_INSTALL.ps1
Eduard Gerlitz 8d726ccaae v2.0.1
2025-03-13 14:35:46 +01:00

10 lines
244 B
PowerShell

#---------- USER DEFINE --------------
$ymlPath = "./condaenv.yml"
#-------------------------------------
# Execute the Python script
& conda env create -f $ymlPath
# Pause at the end of the script
# Read-Host -Prompt "Press any key to exit"