summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoragronholm <none@none>2009-10-06 11:59:00 +0300
committeragronholm <none@none>2009-10-06 11:59:00 +0300
commit847659f5b6c3f71dcd6db1ba1fe76bbc89739732 (patch)
tree2f2b2745c376bfef6a69f58fff713dd31bf23dc8
parent68342e4b2ffdf4ebf5334a2dd73e71f4d7dbe7c8 (diff)
downloadpython-setuptools-git-847659f5b6c3f71dcd6db1ba1fe76bbc89739732.tar.gz
Changed wget references to use curl instead
--HG-- branch : distribute extra : rebase_source : 03f4c91b3b2171f05df6d619681e7f2ae3b9fbd3
-rwxr-xr-xREADME.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.txt b/README.txt
index d130cf90..7e0c5ead 100755
--- a/README.txt
+++ b/README.txt
@@ -76,14 +76,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
easy_install or pip
@@ -99,7 +99,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