A Blender Add-on wrapper around pip-qt to manage your Python modules in Blender.
🔍Search, ⚙️(un)install, 📃list
- install the plugget-qt-addon
- Search & install
pip-qt-addon
using the plugget qt addon
or
- Install the plugget Python package
- And run the code below:
import plugget
plugget.install("pip-qt-addon")
- Install either by download .zip or downloading a release:
See Blender's official docs on installing add-ons. - Install the pip-qt dependency
- Setup your qt environment in Blender. (see bqt)
- Open the Blender preferences window
- Activate the addon tab for
Development: Python Module Manager
Open the window from the menu Window/Pip manager
For instructions, see pip-qt
- A similar, more basic pip-installer for Blender (without Qt): https://github.com/hannesdelbeke/blender_pip