-
Notifications
You must be signed in to change notification settings - Fork 25
install bqt module
hannes edited this page Jun 21, 2023
·
1 revision
This installs bqt as a module. less addon clutter, but you need to handle the bqt startup code in your own startup script.
- use the Blender python interpreter instead of
python.exe
- recommended to install to target path
python.exe -m pip install bqt
Instead of the console, you can pip install bqt with the blender pip addon
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.