Skip to content

Getting Started#

This guide will help you install the Engine AI Platform SDK and create your first dashboard.

Prerequisites#

We assume that you are familiar with Python and have Python 3.10 or above installed.

Installation#

You can install the SDK package using pip:

pip install engineai.sdk

Verify Installation#

To ensure your installation was successful, you can use the following CLI command:

engineai --version

This should display the version of the Engine AI SDK that you have installed.

Note that this documentation is compatible with the version 0.136.2 of the SDK.

Give it a try#

You are now ready to create your first Dashboard! Head over to the Your First Dashboard section to get started.