ax upgrade command fetches the latest version from PyPI and runs the appropriate upgrade command for your package manager.
ax upgrade
Upgrade ax to the latest version. If the current version is already up to date, the command exits with a success message.
| Option | Description |
|---|---|
--pip | Upgrade using pip |
--pipx | Upgrade using pipx |
--uv | Upgrade using uv tool |
After upgrading, restart any running shells or terminals to pick up the new version.