First head to exponent.run and sign up for an account. Once you login, you’ll be directed through a quick onboarding process with the same instructions as below.

1

Install the Exponent CLI

pip install exponent-run

For detailed instructions and troubleshooting help, see the installation guide.

2

Login to Exponent

To authenticate exponent locally, simply run:

exponent login --key <api-key>

You can find your Exponent API key at exponent.run/settings.

3

Navigate to your project

In your terminal, navigate to your codebase directory. Ideally, this is the root of your codebase that is where your git repository is initialized.

cd my-project
4

Run the Exponent CLI

exponent run

Using Exponent