Create Install.bat

Make the tool easier to use by adding a quick way to install the requirements.
This commit is contained in:
TheNeverLand887 2025-03-08 14:47:07 -05:00 committed by GitHub
parent e2cd9bd9f8
commit e79b112ea1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 0 deletions

6
Install.bat Normal file
View File

@ -0,0 +1,6 @@
@echo off
echo Installing...
pip install -r requirements.txt
cls
echo Install finished.
pause