Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 1.39 KB

README.md

File metadata and controls

41 lines (27 loc) · 1.39 KB

Blender PIP Qt add-on

A Blender Add-on wrapper around pip-qt to manage your Python modules in Blender.
🔍Search, ⚙️(un)install, 📃list

image

Install

Plugget install (recommended)

  1. install the plugget-qt-addon
  2. Search & install pip-qt-addon using the plugget qt addon

or

  1. Install the plugget Python package
  2. And run the code below:
import plugget
plugget.install("pip-qt-addon")

Manual install

  1. Install either by download .zip or downloading a release:
    See Blender's official docs on installing add-ons.
  2. Install the pip-qt dependency
  3. Setup your qt environment in Blender. (see bqt)
  4. Open the Blender preferences window
  5. Activate the addon tab for Development: Python Module Manager

Instructions

Open the window from the menu Window/Pip manager
For instructions, see pip-qt

other