> For the complete documentation index, see [llms.txt](https://tonpay.gitbook.io/tonpay-sdk/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tonpay.gitbook.io/tonpay-sdk/python/getting-started.md).

# Getting started

## Installation

Ton install the Python SDK you need to run the following command:

```sh
pip install tonpay
```

It would be even better to add it to the requirements.txt and install inside virtual environment.
