# HG changeset patch # User Oleksandr Gavenko # Date 1317245707 -10800 # Node ID 4716ec9e29f5f6fa87f0005998ef2e2a6e42e548 # Parent 49a5602070a9ee7497538fd86c8bdbe934de1ab4 Install python modules/packages. 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. ==================================