diff options
| author | Tarek Ziade <tarek@ziade.org> | 2011-08-20 12:02:34 +0200 |
|---|---|---|
| committer | Tarek Ziade <tarek@ziade.org> | 2011-08-20 12:02:34 +0200 |
| commit | b11523cfc567b2be5d0a56b954541d747bced9fe (patch) | |
| tree | f00fb94a0365167bd2689feaaf8e407e88b259fe /README.txt | |
| parent | aad36d610b0d3b9778e1fe53fd3a1aefe5da2e71 (diff) | |
| download | external_python_setuptools-b11523cfc567b2be5d0a56b954541d747bced9fe.tar.gz external_python_setuptools-b11523cfc567b2be5d0a56b954541d747bced9fe.tar.bz2 external_python_setuptools-b11523cfc567b2be5d0a56b954541d747bced9fe.zip | |
starting 0.6.22 dev
--HG--
branch : distribute
extra : rebase_source : 14a38f62c8faf493b64102b7e21244048edea5be
Diffstat (limited to 'README.txt')
| -rwxr-xr-x | README.txt | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -99,9 +99,9 @@ Source installation Download the source tarball, uncompress it, then run the install command:: - $ curl -O http://pypi.python.org/packages/source/d/distribute/distribute-0.6.21.tar.gz - $ tar -xzvf distribute-0.6.21.tar.gz - $ cd distribute-0.6.21 + $ curl -O http://pypi.python.org/packages/source/d/distribute/distribute-0.6.22.tar.gz + $ tar -xzvf distribute-0.6.22.tar.gz + $ cd distribute-0.6.22 $ python setup.py install --------------------------- |
