(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/16/inst/node7.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/16/inst/inst.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/16/inst/old-way.html| ]]
|
Installing Python Modules
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/16/inst/contents.html| ]]
|
|
|
Next: 2.1 Platform variations Up: Installing Python Modules Previous: 1.3 The old way:
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 and do it there; on Mac OS ... ** what the heck do you do on Mac OS? **.
Subsections
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/16/inst/node7.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/16/inst/inst.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/16/inst/old-way.html| ]]
|
Installing Python Modules
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/16/inst/contents.html| ]]
|
|
|
Next: 2.1 Platform variations Up: Installing Python Modules Previous: 1.3 The old way:
See About this document... for information on suggesting changes.