Download this file
1 2 3 4 5
@echo off cd /d %~dp0 call conda env create -f ./Scripts/environment-win.yaml echo Done pause