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

# Installation

> Install the SDK from the Python Package Index (PyPI) using pip:

```bash theme={null}
pip install repello-argus-client
```

The SDK requires Python 3.8 or higher. When you install the package, `pip` will automatically handle the installation of its essential dependencies:

* `httpx`: A modern, high-performance HTTP client for Python.
* `pydantic`: Used for robust data validation, type enforcement, and settings management.
* `tenacity`: Powers the resilient, automatic retry mechanism for network requests.

There are no additional non-Python system-level dependencies required for the SDK to function.
