Commands

pip

The standard command‑line tool for installing Python libraries from an online repository.

Related areas

  • Commands
  • Setup

Alternate definitions 1

Definition 2Commands

The standard tool for installing Python packages; running `pip install something` downloads and installs a library so your Python code can use it.

Commands · curriculum materials

Return to all terms