Install python modules/packages.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Thu, 29 Sep 2011 00:35:07 +0300
changeset 1014 4716ec9e29f5
parent 1013 49a5602070a9
child 1015 7c40890db9ed
Install python modules/packages.
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.
 ==================================