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