diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2011-08-18 18:59:35 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2011-08-18 18:59:35 -0400 |
| commit | 415e9dbe45360be9a592d5916e87cb16b1b023a4 (patch) | |
| tree | 2866e454098200ef3ac1f2ee4968cd5bd303c653 /README.txt | |
| parent | b58cc8e94de52d906f2e04fc910e49fc7fb050c3 (diff) | |
| download | external_python_setuptools-415e9dbe45360be9a592d5916e87cb16b1b023a4.tar.gz external_python_setuptools-415e9dbe45360be9a592d5916e87cb16b1b023a4.tar.bz2 external_python_setuptools-415e9dbe45360be9a592d5916e87cb16b1b023a4.zip | |
Bumped version in README and CHANGES
--HG--
branch : distribute
extra : rebase_source : ef7f9f76ee6efa1973b3aa0e8a3e2aa6b97ee5d0
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.20.tar.gz - $ tar -xzvf distribute-0.6.20.tar.gz - $ cd distribute-0.6.20 + $ 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 $ python setup.py install --------------------------- |
