Installation

This article describes how to install the YesCaptcha Python SDK.

Preparation

Before this, please make sure that the Python3 environment has been installed correctly and the pip3 command can be used normally. For details, please refer to: Installation Instructions.

pip3 install

After installing the Python3 environment, we can use pip3 to install yescaptcha-python with the following command:

pip3 install yescaptcha

Verify installation

Once installed, try running the following code in Python:

from yescaptcha.client import Client

If no error occurs, it means that the relevant SDK has been installed successfully.