Original Translation
1
Installing Python Modules
2
Author
3
Greg Ward
4
Release
5
|version|
6
Date
7
|today|
8
Abstract
9
This document describes the Python Distribution Utilities ("Distutils") from the end-user's point-of-view, describing how to extend the capabilities of a standard Python installation by building and installing third-party Python modules and extensions.
10
Introduction