> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superalign.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Installation

> Install SuperAlign

To get started with SuperAlign, you'll need to install the SuperAlign Python SDK. This SDK will allow you to work with the SuperAlign platform, from creating your account to deploying your models.

To install SuperAlign, simply run the following command:

<CodeGroup>
  ```bash >_ Terminal theme={null}
  pip3 install pureml
  ```
</CodeGroup>

> Make sure you have python version `>=3.8` and `<4.0>`.
