Skip to content

Commit 88f21f6

Browse files
Create install.bat
Add an easier way for newbies to install the requirements
1 parent 981352a commit 88f21f6

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

install.bat

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
@Echo off
2+
echo Installing Requirements.
3+
python -m pip install -r requirements.txt
4+
PAUSE

0 commit comments

Comments
 (0)