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

# Python

> Get started with the Equos Python SDK to build interactive AI experiences with ease using Python.

## Installation

Install the Equos Python SDK via pip or poetry:

<CodeGroup>
  ```bash pip theme={null}
  pip install equos
  ```

  ```bash poetry theme={null}
  poetry add equos
  ```
</CodeGroup>

## Usage

Usage is described in the package documentation.

<Columns cols={2}>
  <Card icon="python" title="View package on Pypi" href="https://pypi.org/project/equos/">
    View the package on Pypi.
  </Card>

  <Card icon="github" title="View code examples on GitHub" href="https://github.com/EquosAI/equos-examples/blob/main/README.md">
    View code examples on GitHub.
  </Card>
</Columns>
