aboutsummaryrefslogtreecommitdiffstats
path: root/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'README.txt')
-rwxr-xr-xREADME.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.txt b/README.txt
index a8d1a85e..ef089646 100755
--- a/README.txt
+++ b/README.txt
@@ -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.
-----------------------------