A Maya plugin to add pip-qt to the menu.
- add to menu
Tools/Python package manager
- sets Python interpreter path
- sets target install folder for modules to
documents/maya/scripts
- install dependencies to
Documents/Maya/scripts
python -m pip install pip-qt --target "C:/Users/%username%/Documents/Maya/scripts"
(To install for a specific Maya version only, e.g. 2022, replace Maya/scripts
with Maya/2022/scripts
)
- install plugin (from repo) without dependencies to
Documents/Maya/plug-ins
python -m pip --no-dependencies install https://github.com/hannesdelbeke/maya-pip-qt/archive/refs/heads/main.zip --target "C:/Users/%username%/Documents/Maya/plug-ins"
- Open the plugin manager, and load the plugin.
- A new menu should show
Tools
, open the window from here.