aboutsummaryrefslogtreecommitdiffstats
path: root/README.txt
diff options
context:
space:
mode:
authortarek <none@none>2009-10-09 12:45:58 +0200
committertarek <none@none>2009-10-09 12:45:58 +0200
commitbee78e98939ba745074de8d9420f22d299dc1a7a (patch)
tree09bce5f6f1ae575b1dfca696dce8036f45ef7a83 /README.txt
parent5109e586c2ec65ba97803ebc171609e4c2243974 (diff)
parentdcc66e813d10098aa88eaa3be169cbc2e8b301b6 (diff)
downloadexternal_python_setuptools-bee78e98939ba745074de8d9420f22d299dc1a7a.tar.gz
external_python_setuptools-bee78e98939ba745074de8d9420f22d299dc1a7a.tar.bz2
external_python_setuptools-bee78e98939ba745074de8d9420f22d299dc1a7a.zip
merge dance
--HG-- branch : distribute extra : rebase_source : 35e424deb7b3bef880c53fa50dbe079f18076e67
Diffstat (limited to 'README.txt')
-rwxr-xr-xREADME.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.txt b/README.txt
index 1f813422..49859c21 100755
--- a/README.txt
+++ b/README.txt
@@ -80,14 +80,14 @@ distribute_setup.py
Download ``distribute_setup.py`` and execute it, using the Python interpreter of
your choice.
-If your shell has the ``wget`` program you can do::
+If your shell has the ``curl`` program you can do::
- $ wget http://nightly.ziade.org/distribute_setup.py
+ $ curl -O 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
+ $ curl -O http://nightly.ziade.org/distribute_setup_3k.py
$ python distribute_setup_3k.py
Notice that both files are provided in the source release.
@@ -105,7 +105,7 @@ Source installation
Download the source tarball, uncompress it, then run the install command::
- $ wget http://pypi.python.org/packages/source/d/distribute/distribute-0.6.4.tar.gz
+ $ curl -O http://pypi.python.org/packages/source/d/distribute/distribute-0.6.4.tar.gz
$ tar -xzvf distribute-0.6.4.tar.gz
$ cd distribute-0.6
$ python setup.py install