Contents Menu Expand Light mode Dark mode Auto light/dark mode
pip documentation v22.1
pip documentation v22.1
  • Getting Started
  • Installation
  • User Guide
  • Topic Guides
    • Authentication
    • Caching
    • Configuration
    • Dependency Resolution
    • Local project installs
    • Repeatable Installs
    • Secure installs
    • VCS Support
  • Reference
    • Build System Interface
      • pyproject.toml
      • setup.py (legacy)
    • Requirement Specifiers
    • Requirements File Format
  • Commands
    • pip
    • pip install
    • pip uninstall
    • pip list
    • pip show
    • pip freeze
    • pip check
    • pip download
    • pip wheel
    • pip hash
    • pip search
    • pip cache
    • pip config
    • pip debug

Project

  • Development
    • Getting Started
    • Contributing
    • Continuous Integration
    • Issue Triage
    • Architecture of pip’s internals
      • Broad functionality overview
      • Repository anatomy & directory structure
      • Configuration File Handling
      • Finding and choosing files (index and PackageFinder)
      • Command Line Interface
      • Options that control the installation process
    • Release process
    • Vendoring Policy
  • UX Research & Design
  • Changelog
  • Code of Conduct
  • GitHub

pip¶

pip is the package installer for Python. You can use it to install packages from the Python Package Index and other indexes.

If you want to learn about how to use pip, check out the following resources:

  • Getting Started

  • Python Packaging User Guide

If you find bugs, need help, or want to talk to the developers, use our mailing lists or chat rooms:

  • GitHub Issues

  • Discourse channel

  • User IRC

  • Development IRC

Next
Getting Started
Copyright © The pip developers. | Created using Sphinx and @pradyunsg's Furo theme. | Show Source