# Installation

### Installation

#### Requirements

* Python 3.12 or higher
* `secret-sdk>=1.8.1` (may need separate installation)

#### Install from PyPI

```bash
pip install secret-ai-sdk
```

#### Install Dependencies

If needed, install the Secret SDK separately:

```bash
pip install 'secret-sdk>=1.8.1'
```
