Contents Menu Expand Light mode Dark mode Auto light/dark mode
pip documentation v22.0.dev0
pip documentation v22.0.dev0
  • 入门指南
  • 安装
  • 用户指南
  • 主题指南
    • 认证
    • Caching
    • 配置
    • Dependency Resolution
    • Repeatable Installs
    • VCS Support
  • Reference
    • Build System Interface
      • pyproject.toml
      • setup.py (legacy)
    • 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

项目

  • 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
  • 行为准则
  • GitHub

pip¶

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

如果你想了解如何使用 pip,请查看以下资源:

  • 入门指南

  • Python 封装用户指南

如果你发现了错误,需要帮助,或想与开发人员交谈,请使用我们的邮件列表或聊天室:

  • GitHub Issues

  • Discourse channel

  • User IRC

  • Development IRC

Next
入门指南
Copyright © The pip developers. | Built with Sphinx and @pradyunsg's Furo theme. | 显示源代码