Create setup.bat

This commit is contained in:
themixray 2021-11-07 11:45:28 +03:00 committed by GitHub
parent 8e5bbf4a84
commit 009e2477b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

6
setup.bat Normal file
View file

@ -0,0 +1,6 @@
@echo off
python setup.py install
color 2
echo Complete!
color 7
pause >nul