We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8b1c5f5 + 61286ab commit 6336755Copy full SHA for 6336755
update.bat
@@ -1,5 +1,5 @@
1
@echo off
2
git fetch origin
3
-git reset --hard origin/main
4
-"venv\Scripts\pip.exe" install -r requirements.txt
+git reset --hard origin/master
+"venv\Scripts\pip.exe" install -r requirements_win.txt
5
pause
0 commit comments