install_package
Install a Python package in the specified environment, with option to upgrade if already installed.
Instructions
Install a Python package in the specified environment.
Args:
package_name: Name of the package to install
environment: Name of the Python environment (default if custom path provided, otherwise system)
upgrade: Whether to upgrade the package if already installed (default: False)Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| package_name | Yes | ||
| environment | No | default | |
| upgrade | No |