Installing full Quanser Python Packages

Installation of Quanser Python Packages

Install All Quanser Python Packages

Attention

The following Quanser products have the Quanser SDK (C and/or Python API) installed already. Do not install the Quanser Python Packages on these products and refer to the respective products’ user manuals for how to upgrade the Quanser Python Packages.

Quanser products with Quanser Python Packages pre-installed

Product Name

Upgrade method

QBot Platform

apt update/upgrade

QCar

Contact Quanser technical support

QCar 2

apt update/upgrade

QDrone

Contact Quanser technical support

QDrone 2

apt update/upgrade

Install or upgrade all the Quanser Python packages at the same time by running the commands based on your OS:

python -m pip install --upgrade pip
python -m pip install --upgrade --find-links "%QSDK_DIR%python" "%QSDK_DIR%python\quanser_api-2025.6.17-py2.py3-none-any.whl"

Note

On Windows and MacOS, the python packages are provided as wheels. On Windows they are located in the %QSDK_DIR%python folder after installing either the Quanser SDK for Windows or QUARC. On MacOS they are located in the /opt/quanser/python folder after installation.

On Linux, python packages are provided via debian packages.

You are now ready to use the code.