Logo

目录

  • Python 包装的概述
  • The Packaging Flow
  • 教程
  • 指南
    • Installing packages using pip and virtual environments
    • 安装独立命令行工具
    • 用 Linux 软件包管理器安装 pip/setuptools/wheel
    • Installing scientific packages
    • Package index mirrors and caches
    • Hosting your own simple repository
    • Packaging and distributing projects
    • Including files in source distributions with MANIFEST.in
    • Single-sourcing the package version
    • 放弃对旧版 Python 的支持
    • Packaging binary extensions
    • Packaging namespace packages
    • 创建和发现插件
    • 使用 TestPyPI
    • Making a PyPI-friendly README
    • Publishing package distribution releases using GitHub Actions CI/CD workflows
    • Tool recommendations
    • 分析 PyPI 软件包的下载情况
  • 讨论
  • PyPA 规范
  • 项目摘要
  • 术语表
  • 如何获得支持
  • 为本指南做出贡献
  • 新闻

上一个主题

创建文档

下一个主题

Installing packages using pip and virtual environments

导航

  • 索引
  • 下一页 |
  • 上一页 |
  • python logo
  • PyPA »
  • Python Packaging User Guide »
  • 指南
  • |

指南¶

Guides are focused on accomplishing a specific task and assume that you are already familiar with the basics of Python packaging. If you’re looking for an introduction to packaging, see 教程.

Installing Packages:

  • Installing packages using pip and virtual environments
  • 安装独立命令行工具
  • 用 Linux 软件包管理器安装 pip/setuptools/wheel
  • Installing scientific packages
  • Package index mirrors and caches
  • Hosting your own simple repository

Building and Publishing Projects:

  • Packaging and distributing projects
  • Including files in source distributions with MANIFEST.in
  • Single-sourcing the package version
  • 放弃对旧版 Python 的支持
  • Packaging binary extensions
  • Packaging namespace packages
  • 创建和发现插件
  • 使用 TestPyPI
  • Making a PyPI-friendly README
  • Publishing package distribution releases using GitHub Actions CI/CD workflows

Miscellaneous:

  • Tool recommendations
  • 分析 PyPI 软件包的下载情况

目录

  • Python 包装的概述
  • The Packaging Flow
  • 教程
  • 指南
    • Installing packages using pip and virtual environments
    • 安装独立命令行工具
    • 用 Linux 软件包管理器安装 pip/setuptools/wheel
    • Installing scientific packages
    • Package index mirrors and caches
    • Hosting your own simple repository
    • Packaging and distributing projects
    • Including files in source distributions with MANIFEST.in
    • Single-sourcing the package version
    • 放弃对旧版 Python 的支持
    • Packaging binary extensions
    • Packaging namespace packages
    • 创建和发现插件
    • 使用 TestPyPI
    • Making a PyPI-friendly README
    • Publishing package distribution releases using GitHub Actions CI/CD workflows
    • Tool recommendations
    • 分析 PyPI 软件包的下载情况
  • 讨论
  • PyPA 规范
  • 项目摘要
  • 术语表
  • 如何获得支持
  • 为本指南做出贡献
  • 新闻

上一个主题

创建文档

下一个主题

Installing packages using pip and virtual environments

«

导航

  • 索引
  • 下一页 |
  • 上一页 |
  • python logo
  • PyPA »
  • Python Packaging User Guide »
  • 指南
  • |
© 版权所有 2013–2020, PyPA.
This page is licensed under the Python Software Foundation License Version 2.
Examples, recipes, and other code in the documentation are additionally licensed under the Zero Clause BSD License.

The Python Software Foundation is a non-profit corporation. Please donate.

最后更新于 2023 年 01 月 31 日. Found a bug?
由 Sphinx 4.5.0创建。