Skip to content

Commit

Permalink
Included start.bat for the less tech-savvy
Browse files Browse the repository at this point in the history
I had a few questions asked my way like how do I install the packages or how do I run the program; this start.bat scans the folder for dependencies, installs them and then begins the script.
  • Loading branch information
N4GR committed May 31, 2024
1 parent 1fec0aa commit a1d651d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions start.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
@echo off
pip install pipreqs
cls
pipreqs -f
cls
pip install -r "requirements.txt"
cls
python ./main.py
pause

0 comments on commit a1d651d

Please sign in to comment.