summaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
authortarek <none@none>2009-09-27 04:37:35 +0200
committertarek <none@none>2009-09-27 04:37:35 +0200
commit5668686f465e2c5c5a8facdb2ef444f93c56fd39 (patch)
treeccecc9d865897289e3e760dbc17b44d2228512da /README.txt
parent893c3f0078debd2585eb847a547b1748133417ab (diff)
downloadpython-setuptools-git-5668686f465e2c5c5a8facdb2ef444f93c56fd39.tar.gz
added a note on distribute_setup_3k.py
--HG-- branch : distribute extra : rebase_source : d1bfb9649c4d1b70eafbde5c5ea507232e13b899
Diffstat (limited to 'README.txt')
-rwxr-xr-xREADME.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.txt b/README.txt
index ef089646..d130cf90 100755
--- a/README.txt
+++ b/README.txt
@@ -81,6 +81,11 @@ If your shell has the ``wget`` program you can do::
$ wget http://nightly.ziade.org/distribute_setup.py
$ python distribute_setup.py
+If you are under Python 3, use ``distribute_setup_3k.py``::
+
+ $ wget http://nightly.ziade.org/distribute_setup_3k.py
+ $ python distribute_setup_3k.py
+
easy_install or pip
===================