[c49071]: / double_click_me_first.bat

Download this file

5 lines (5 with data), 97 Bytes

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