Tonpay SDK
  • Home
  • Supported currencies
  • 🌐JavaScript
    • Getting started
    • Initialization
    • Interacting with Store
    • Interacting with Invoice
  • 🐍Python
    • Getting started
    • Initialization
    • Interacting with Store
    • Interacting with Invoice
Powered by GitBook
On this page

Was this helpful?

  1. Python

Getting started

Installation

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

pip install tonpay

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

PreviousInteracting with InvoiceNextInitialization

Last updated 1 year ago

Was this helpful?

🐍