Skip to content

install bqt module

hannes edited this page Jun 21, 2023 · 1 revision

PIP install the latest bqt release

This installs bqt as a module. less addon clutter, but you need to handle the bqt startup code in your own startup script.

console

python.exe -m pip install bqt

PIP addon

Instead of the console, you can pip install bqt with the blender pip addon

Installing from Source

If you are installing from a clone of the repository you can easily install by navigating to bqt's root folder and running:

python setup.py install

Instead of install from source, you might want to setup bqt develop environment.