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

# Installation

> Install the TapKit Python SDK

The TapKit Python SDK is available on PyPI and can be installed with pip.

## Requirements

* Python 3.9 or later
* An active TapKit account with API key

## Installation

Install from PyPI:

```bash theme={null}
pip install tapkit
```

Or with a specific version:

```bash theme={null}
pip install tapkit==1.0.0
```

## Next Steps

Once installed, you're ready to initialize the client:

<Card title="Client Setup" icon="plug" href="/sdk/client">
  Learn how to initialize and configure the TapKit client
</Card>
