python.rst
changeset 2230 9e6ad6607a9e
parent 2228 837f1337c59b
equal deleted inserted replaced
2229:1a0b6597e594 2230:9e6ad6607a9e
    31   $ python setup.py install --record files.txt
    31   $ python setup.py install --record files.txt
    32   $ rm `cat files.txt`
    32   $ rm `cat files.txt`
    33 
    33 
    34 ..
    34 ..
    35 
    35 
    36   http://peak.telecommunity.com/DevCenter/EasyInstall#uninstalling-packages
    36 http://peak.telecommunity.com/DevCenter/EasyInstall#uninstalling-packages
    37     Uninstalling Packages
    37   Uninstalling Packages
    38 
    38 
    39 Generate documentation from Python sources.
    39 Generate documentation from Python sources.
    40 ===========================================
    40 ===========================================
    41 
    41 
    42 Generate documentation from Python sources by pydoc::
    42 Generate documentation from Python sources by pydoc::