Create main installer BAT

Made with .bat files and pip.
pull/1490/head
Fin-GITHUB 3 years ago committed by GitHub
parent 03a1d81750
commit 3a216f12cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,6 @@
echo Installing
pip install -r requirements.txt
timeout 1 <null
cls
echo Complete
timeout 999999999999
Loading…
Cancel
Save