Skip to content

Installation#

Install the SDK from PyPI:

pip install qcentroid-sdk

Requirements#

  • Python 3.10 or newer

Verify the installation#

python -c "from qcentroid_sdk import QCentroidClient; print(QCentroidClient)"

You can also verify the command line entry point:

qc --help

See Command Line Interface for the full CLI guide.

Package and import names#

  • PyPI package: qcentroid-sdk
  • Python import: qcentroid_sdk
  • CLI command: qc

Upgrade#

pip install --upgrade qcentroid-sdk