diff options
Diffstat (limited to 'README.txt')
-rwxr-xr-x | README.txt | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -94,8 +94,8 @@ 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.3.tar.gz - $ tar -xzvf distribute-0.6.3.tar.gz + $ wget 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 @@ -167,7 +167,7 @@ Install FAQ installation of Setuptools. The plan is to come with a custom bootstrap.py for zc.buildout for the - 0.6.3 release, together with some small changes on zc.buildout side. + 0.6.4 release, together with some small changes on zc.buildout side. ----------------------------- |