pipx install <package_spec>

Install a package

Arguments

NameDescription
package_specPackage name or pip installation spec

Options

NameDescription
--include-depsInclude apps of dependent packages
--forceModify 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-packagesGive the virtual environment access to the system site-packages dir
--index-url, -i <INDEX_URL>Base URL of Python Package Index
--editable, -eInstall a project in editable mode
--pip-args <PIP_ARGS>Arbitrary pip arguments to pass directly to pip install/upgrade commands
--verboseShow verbose output