4 lines
73 B
Batchfile
4 lines
73 B
Batchfile
@echo off
|
||
python setup.py install
|
||
echo [32mComplete![0m
|
||
pause >nul
|