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

# Installation

> Install the chatatp-studio package

## Requirements

* Python 3.10 or later
* [`httpx`](https://www.python-httpx.org/) (installed automatically)

## pip

```bash theme={null}
pip install chatatp-studio
```

## uv

```bash theme={null}
uv add chatatp-studio
```

## poetry

```bash theme={null}
poetry add chatatp-studio
```
