-
Notifications
You must be signed in to change notification settings - Fork 1
Update
Jafar edited this page Aug 6, 2025
·
1 revision
If you are currently using previous releases of MOA, you can upgrade to the latest release using Git.
git stashgit pull origin maingit fetch --tagsNow, go to the MOA releases page, take the tag of the latest version, and replace <latest_release_tag> in the following command:
git checkout tags/<latest_release_tag>git stash poppip install --upgrade -r requirements.txt