File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Include everything the framework requires
2+ # You will automatically get updates for all versions starting with "1.".
3+ rlbot == 1.*
Original file line number Diff line number Diff line change @@ -21,8 +21,7 @@ IF %ERRORLEVEL% NEQ 0 (
2121del %temp% \is_safe_to_upgrade.txt
2222
2323IF " !is_safe_to_upgrade! " == " True" (
24- @ rem You will automatically get updates for all versions starting with "0.0.".
25- python -m pip install rlbot== 0.0.* --upgrade
24+ python -m pip install -r requirements.txt --upgrade
2625) ELSE (
2726 echo Will not attempt to upgrade rlbot because files are in use.
2827)
Original file line number Diff line number Diff line change @@ -21,8 +21,7 @@ IF %ERRORLEVEL% NEQ 0 (
2121del %temp% \is_safe_to_upgrade.txt
2222
2323IF " !is_safe_to_upgrade! " == " True" (
24- @ rem You will automatically get updates for all versions starting with "0.0.".
25- python -m pip install rlbot== 0.0.* --upgrade
24+ python -m pip install -r requirements.txt --upgrade
2625) ELSE (
2726 echo Will not attempt to upgrade rlbot because files are in use.
2827)
You can’t perform that action at this time.
0 commit comments