Skip to content

hannesdelbeke/pip-qt-addon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages