diff -r 49a5602070a9 -r 4716ec9e29f5 python.rst --- a/python.rst Thu Sep 29 00:23:44 2011 +0300 +++ b/python.rst Thu Sep 29 00:35:07 2011 +0300 @@ -16,6 +16,12 @@ $ python -m compileall dir +Install python modules/packages. +================================ + + http://wiki.python.org/moin/CheeseShopTutorial + Installing Distributions from the Python Package Index (Start Here) + Uninstall python modules. ========================= @@ -24,6 +30,9 @@ $ python setup.py install --record files.txt $ rm `cat files.txt` + http://peak.telecommunity.com/DevCenter/EasyInstall#uninstalling-packages + Uninstalling Packages + Code analyzers and style checkers. ==================================