pygwin2/setup.bat
2021-11-07 11:45:28 +03:00

6 lines
76 B
Batchfile

@echo off
python setup.py install
color 2
echo Complete!
color 7
pause >nul