Skip to content

Commit 4957c6f

Browse files
committed
add auto upgrade python requirements
1 parent d6d3afa commit 4957c6f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

run.bat

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,10 @@ git stash
3535
git pull
3636
git stash pop
3737

38+
pip install -r requirements.txt
39+
3840
echo Starting the bot...
3941
python main.py
4042

4143
echo done
42-
echo PLEASE EDIT .ENV FILE
4344
pause

run.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ git stash
3434
git pull
3535
git stash pop
3636

37+
pip install -r requirements.txt
3738
echo "Starting the bot..."
3839
python3 main.py
3940

0 commit comments

Comments
 (0)