Installation

The Python BingX API Client can be installed using either pip or poetry.

Prerequisites

Using pip

To install the Python BingX API Client using pip, run the following command:

pip install bingx-py

To install a specific version:

pip install bingx-py==1.0.0

Using poetry

To add the Python BingX API Client to your project using poetry, run:

poetry add bingx-py

To install a specific version:

poetry add bingx-py@1.0.0

Upgrading the Client

To upgrade to the latest version:

pip install --upgrade bingx-py

Or, if using poetry:

poetry update bingx-py

Uninstalling the Client

To uninstall the client:

pip uninstall bingx-py

Or, if using poetry:

poetry remove bingx-py