TOOL » PIP

Install

Usage

shell
pip install OPTIONS PACKAGE_NAME
OptionDescription
-r --requirementInstall from the given requirements file.
-e --editableInstall a project in editable mode.
-U --upgradeUpgrade all specified packages to the newest available version.
--userInstall to the Python user install directory (~/.local/bin).