Skip to main content

Update MAX

If you've already installed MAX, there's a better way to get the latest version than repeating the install guide.

First, check your current version like this:

max --version

And compare your version to the latest version in the MAX changelog.

If it's time for an update, here's what to do:

  1. Make sure you have the latest modular CLI:

    sudo apt update \
    && sudo apt install modular
  2. Update the max package:

    modular update max
  3. Upgrade the max-engine Python package:

    MAX_PATH=$(modular config max.path) \
    && python3 -m pip install --upgrade --find-links $MAX_PATH/wheels max-engine

Now you should be all set with the latest version of MAX!