Here’s how you can upgrade to the latest version of Beam when new releases are shipped.

Upgrading the SDK

python3 -m pip install --upgrade beam-sdk

You can check which version of the SDK is installed by running pip list, which will print an output like this:

user@MacBook % pip list
Package               Version
--------------------- ---------
beam-sdk              0.16.3

Upgrading the CLI

curl https://raw.githubusercontent.com/slai-labs/get-beam/main/get-beam.sh -sSfL | sh

You can check which version of the CLI is installed by running beam version, which will print an output like this:

user@MacBook % beam version
 i  beam version: 0.16.3