aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Tonnhofer <olt@bogosoft.com>2011-05-26 10:01:41 +0200
committerOliver Tonnhofer <olt@bogosoft.com>2011-05-26 10:01:41 +0200
commit2c7c3ba77385bd56ed6f8f59abdeff78cca3fe8a (patch)
tree0b086d9a4a95663ec0ceb17cd7fb90a917edbfee
parentd47eed43b85912d5e9443b6cc5514913946075cd (diff)
downloadexternal_python_setuptools-2c7c3ba77385bd56ed6f8f59abdeff78cca3fe8a.tar.gz
external_python_setuptools-2c7c3ba77385bd56ed6f8f59abdeff78cca3fe8a.tar.bz2
external_python_setuptools-2c7c3ba77385bd56ed6f8f59abdeff78cca3fe8a.zip
make isntallation instructions from "Make the transition today" image copy&pastable
--HG-- branch : distribute extra : rebase_source : 27fe3c391ba104b4a98c1836a92af608ef3cc0df
-rw-r--r--docs/index.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/index.txt b/docs/index.txt
index fa87ac36..5f3b945b 100644
--- a/docs/index.txt
+++ b/docs/index.txt
@@ -28,3 +28,9 @@ Documentation content:
.. image:: http://python-distribute.org/pip_distribute.png
Design done by Idan Gazit (http://pixane.com) - License: cc-by-3.0
+
+Copy & paste::
+
+ curl -O http://python-distribute.org/distribute_setup.py
+ python distribute_setup.py
+ easy_install pip \ No newline at end of file