blender_install_package
Install Python packages into a project-local directory, keeping Blender's bundled site-packages safe from broken dependencies. Requires explicit confirmation before downloading and executing code.
Instructions
pip install a package into a project-local directory.
Packages go to their own directory, never into Blender's bundled
site-packages, so a bad dependency cannot break the application. Refused
without confirm=true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | Required: pip install downloads and executes code. | |
| no_deps | No | ||
| package | Yes | Requirement, e.g. 'scipy>=1.11'. | |
| timeout | No | ||
| response_format | No | 'markdown' for readable output, 'json' for raw structured data. | markdown |