diff options
| author | tarek <none@none> | 2009-09-27 04:37:35 +0200 |
|---|---|---|
| committer | tarek <none@none> | 2009-09-27 04:37:35 +0200 |
| commit | 5668686f465e2c5c5a8facdb2ef444f93c56fd39 (patch) | |
| tree | ccecc9d865897289e3e760dbc17b44d2228512da /README.txt | |
| parent | 893c3f0078debd2585eb847a547b1748133417ab (diff) | |
| download | python-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-x | README.txt | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 =================== |
