diff options
| author | tarek <none@none> | 2009-09-08 22:50:40 +0200 |
|---|---|---|
| committer | tarek <none@none> | 2009-09-08 22:50:40 +0200 |
| commit | d84216b635ebdf215e3dfc5b8a6df2861a151f25 (patch) | |
| tree | 16bb4211ed3d8f3cdb7f4177ce4c1308dfd29f88 /README.txt | |
| parent | cc278c1c8c13c02cb4d1675980160116656ed729 (diff) | |
| download | external_python_setuptools-d84216b635ebdf215e3dfc5b8a6df2861a151f25.tar.gz external_python_setuptools-d84216b635ebdf215e3dfc5b8a6df2861a151f25.tar.bz2 external_python_setuptools-d84216b635ebdf215e3dfc5b8a6df2861a151f25.zip | |
starting 0.6.2
--HG--
branch : distribute
extra : rebase_source : de67d8e28de624925d10501b025f046075d84114
Diffstat (limited to 'README.txt')
| -rwxr-xr-x | README.txt | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -66,9 +66,9 @@ Source installation Download the source tarball, and uncompress it, then run the install command:: - $ wget http://pypi.python.org/packages/source/d/distribute/distribute-0.6.1.tar.gz - $ tar -xzvf distribute-0.6.1.tar.gz - $ cd distribute-0.6 + $ wget http://pypi.python.org/packages/source/d/distribute/distribute-0.6.2.tar.gz + $ tar -xzvf distribute-0.6.2.tar.gz + $ cd distribute-0.6.2 $ python setup.py install --------------------------- |
