6 lines
76 B
Batchfile
6 lines
76 B
Batchfile
@echo off
|
|
python setup.py install
|
|
color 2
|
|
echo Complete!
|
|
color 7
|
|
pause >nul
|