From 5668686f465e2c5c5a8facdb2ef444f93c56fd39 Mon Sep 17 00:00:00 2001 From: tarek Date: Sun, 27 Sep 2009 04:37:35 +0200 Subject: added a note on distribute_setup_3k.py --HG-- branch : distribute extra : rebase_source : d1bfb9649c4d1b70eafbde5c5ea507232e13b899 --- README.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'README.txt') 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 =================== -- cgit v1.2.1