pip install
Package ManagementInstall Python packages
Options & Flags
Available options for this command
-r requirements.txtInstall from requirements file
--upgradeUpgrade package
--userInstall to user directory
Examples
Common usage examples
Install package
pip install requestsInstall from requirements file
pip install -r requirements.txtUpgrade pip itself
pip install --upgrade pipRelated Commands
You might also find these useful