Installing Python Modules
Up:
Document Index
Next:
Contents
Installing Python Modules
Greg Ward
E-mail:
gward@python.net
Contents
1 Introduction
1.1 Best case: trivial installation
1.2 The new standard: Distutils
1.3 The old way: no standards
2 Standard Build and Install
2.1 Platform variations
2.2 Splitting the job up
2.3 How building works
2.4 How installation works
3 Alternate Installation
3.1 Alternate installation: Unix (the home scheme)
3.2 Alternate installation: Unix (the prefix scheme)
3.3 Alternate installation: Windows
3.4 Alternate installation: Mac OS
4 Custom Installation
5 Distutils Configuration Files
6 Pre-Distutils Conventions
6.1 The Makefile.pre.in file
6.2 Installing modules manually
About this document ...
Installing Python Modules
Up:
Document Index
Next:
Contents
See
About this document...
for information on suggesting changes.