Getting Started#
This guide will help you install the Engine AI Platform SDK and create your first dashboard.
We assume that you are familiar with Python and have a recent version (3.8 or above) with pip installed (v22 or above). If you need to install Python, you can follow Python's installation guide. Similarly, if you need to install pip, you can refer to pip's documentation for instructions.
You can install the SDK package using pip:
To ensure your installation was successful, you can use the following CLI command:
Note that this documentation is compatible with the version 0.124.3
of the SDK.
Troubleshoot
If you have any issues with the installation, please refer to the Troubleshoot section.
Give it a try#
You are now ready to create your first Dashboard! Head over to the Your First Dashboard section to get started.