Skip to content

Commit 2449306

Browse files
Update install.bat
Add an easier way for newbies to install the requirements
1 parent 88f21f6 commit 2449306

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

install.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
@Echo off
22
echo Installing Requirements.
3-
python -m pip install -r requirements.txt
3+
python3 -m pip install -r requirements.txt
44
PAUSE

0 commit comments

Comments
 (0)