diff options
| author | tarek <none@none> | 2009-10-09 12:45:58 +0200 |
|---|---|---|
| committer | tarek <none@none> | 2009-10-09 12:45:58 +0200 |
| commit | bee78e98939ba745074de8d9420f22d299dc1a7a (patch) | |
| tree | 09bce5f6f1ae575b1dfca696dce8036f45ef7a83 /README.txt | |
| parent | 5109e586c2ec65ba97803ebc171609e4c2243974 (diff) | |
| parent | dcc66e813d10098aa88eaa3be169cbc2e8b301b6 (diff) | |
| download | external_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-x | README.txt | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 |
