Installation

Supported Environment

  • Linux (Ubuntu 20.04 or later)
  • x86_64 or arm64 (aarch64) CPUs
  • Python 3.8 or later

Installation

PyQBPP is available on PyPI. For detailed package information, see the PyQBPP PyPI page.

We recommend using a Python virtual environment (venv) to install PyQBPP. No sudo privileges are required.

python3 -m venv ~/qbpp-env
source ~/qbpp-env/bin/activate
pip install pyqbpp

To upgrade to the latest version:

pip install --upgrade pyqbpp

License Activation

After installation, activate the license to start using PyQBPP:

qbpp-license -a

If you have a license key, set it before activation:

export QBPP_LICENSE_KEY=XXXXXX-XXXXXX-XXXXXX-XXXXXX-XXXXXX-XXXXXX
qbpp-license -a

If no license key is set, an Anonymous Trial (7 days, 1,000 variables) is activated.

For details on license types, deactivation, troubleshooting, and more, see License Management.