Commands.app

pip install

Package Management

Install Python packages

Options & Flags
Available options for this command
-r requirements.txt

Install from requirements file

--upgrade

Upgrade package

--user

Install to user directory

Examples
Common usage examples

Install package

pip install requests

Install from requirements file

pip install -r requirements.txt

Upgrade pip itself

pip install --upgrade pip
Related Commands
You might also find these useful