Skip to main content
This should take less than 5 minutes!

Create Your Account

In your terminal, run:
curl https://raw.githubusercontent.com/slai-labs/get-beam/main/get-beam.sh -sSfL | sh
Run this in your terminal - you’ll be prompted to paste in your API keys from Step #1
beam configure
Set up a new folder wherever you want and create a virtual env:
python3 -m virtualenv .venv
Source it:
source .venv/bin/activate
Last step! Install Beam SDK.
pip install beam-sdk
Now you’re ready to start using Beam.
I