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

# Install

> Install PayLink SDK and configure your development environment

To install the PayLink package:

<CodeGroup>
  ```bash pip theme={null}
  pip install -U paylink
  # Requires Python 3.9+
  ```

  ```bash uv theme={null}
  uv add paylink
  # Requires Python 3.9+
  ```
</CodeGroup>
