|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/inst/old-way.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/inst/inst.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/inst/platform-variations.html| ]]
|
Installing Python Modules
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/inst/contents.html| ]]
|
|
|
Previous: 1.3 The old way: Up: Installing Python Modules Next: 2.1 Platform variations
2 Standard Build and Install
As described in section 1.2, building and installing a module distribution using the Distutils is usually one simple command:
python setup.py install
On Unix, you'd run this command from a shell prompt; on Windows, you have to open a command prompt window (``DOS box'') and do it there; on Mac OS, things are a tad more complicated (see below).
Subsections
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/inst/old-way.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/inst/inst.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/inst/platform-variations.html| ]]
|
Installing Python Modules
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/inst/contents.html| ]]
|
|
|
Previous: 1.3 The old way: Up: Installing Python Modules Next: 2.1 Platform variations
See About this document... for information on suggesting changes.