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