pipx install <package_spec>
Install a package
Arguments
Name | Description |
---|---|
package_spec | Package name or pip installation spec |
Options
Name | Description |
---|---|
--include-deps | Include apps of dependent packages |
--force | Modify existing virtual environment and files in PIPX_BIN_DIR |
--suffix <SUFFIX> | Optional suffix for virtual environment and executable names |
--python <PYTHON> | The Python executable used to create the Virtual Environment and run the associated app/apps. Must be v3.6+ |
--system-site-packages | Give the virtual environment access to the system site-packages dir |
--index-url, -i <INDEX_URL> | Base URL of Python Package Index |
--editable, -e | Install a project in editable mode |
--pip-args <PIP_ARGS> | Arbitrary pip arguments to pass directly to pip install/upgrade commands |
--verbose | Show verbose output |