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

# Python SDK Installation

> Get started with the Epistemic Me Python SDK

## Installation

Install the Epistemic Me Python SDK using pip:

```bash theme={null}
pip install epistemic-me
```

## Configuration

Initialize the SDK with your API key:

```python theme={null}
import epistemic_me

epistemic_me.api_key = "your-api-key"
```

## Requirements

* Python 3.7 or higher
* pip package manager

## Next Steps

* Check out the [Basic Usage Guide](/sdks/python/basic-usage)
* Learn about [Chat Integration](/sdks/python/chat-integration)
* Review [Error Handling](/guides/error-handling)
