Installing Individual Modules

Note

It is recommended to follow the Installing full Quanser Python Packages page to install the entire Quanser Python API. The instructions on this page is for situations where if reinstallation of individual module is needed.

Installation of Individual Quanser Python Packages

Install Quanser Common Python Package Only

If you only want to install or upgrade the Quanser Common Python Package and its dependencies, run the following 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_common-2024.4.16-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.

Install Quanser Communications Python Package Only

If you only want to install or upgrade the Quanser Communications Python Package and its dependencies, run the following 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_communications-2024.4.16-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.

Install Quanser Devices Python Package Only

If you only want to install or upgrade the Quanser Devices Python Package and its dependencies, run the following 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_devices-2024.4.16-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.

Install Quanser Hardware Python Package Only

If you only want to install or upgrade the Quanser Hardware Python Package and its dependencies, run the following 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_hardware-2024.4.16-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.

Install Quanser Multimedia Python Package Only

If you only want to install or upgrade the Quanser Multimedia Python Package and its dependencies, run the following 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_multimedia-2024.4.16-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.