27.1.
distutils
— 构建和安装 Python 模块
¶
The
distutils
包在 Python 安装中提供构建和安装额外模块的支持。新模块可能是 100% 纯 Python,也可能是以 C 编写的扩展模块,或可能是 Python 包的集合 (包括以 Python 和 C 编码的模块)。
This package is discussed in two separate chapters:
另请参阅
-
分发 Python 模块
-
The manual for developers and packagers of Python modules. This describes how
to prepare
distutils
-based packages so that they may be easily
installed into an existing Python installation.
-
安装 Python 模块
-
An “administrators” manual which includes information on installing modules into
an existing Python installation. You do not need to be a Python programmer to
read this manual.