python_install_deps
Install Python dependencies using auto-detected package manager (uv, poetry, pipenv, or pip) with optional dev dependencies and additional arguments.
Instructions
Install Python dependencies using uv, poetry, pipenv, or pip with package manager auto-detection
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dev | No | Install development dependencies too | |
| args | No | Additional arguments | |
| timeout | No | Command timeout in milliseconds | |
| directory | No | Working directory | |
| packageManager | No | Package manager to use (auto-detected by default) |