diff options
| author | agronholm <none@none> | 2009-10-06 11:59:00 +0300 |
|---|---|---|
| committer | agronholm <none@none> | 2009-10-06 11:59:00 +0300 |
| commit | 847659f5b6c3f71dcd6db1ba1fe76bbc89739732 (patch) | |
| tree | 2f2b2745c376bfef6a69f58fff713dd31bf23dc8 | |
| parent | 68342e4b2ffdf4ebf5334a2dd73e71f4d7dbe7c8 (diff) | |
| download | python-setuptools-git-847659f5b6c3f71dcd6db1ba1fe76bbc89739732.tar.gz | |
Changed wget references to use curl instead
--HG--
branch : distribute
extra : rebase_source : 03f4c91b3b2171f05df6d619681e7f2ae3b9fbd3
| -rwxr-xr-x | README.txt | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 |
