summaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
authortarek <none@none>2009-10-11 11:22:25 +0200
committertarek <none@none>2009-10-11 11:22:25 +0200
commit009a483d58c57a15f469232daa0de302a877d186 (patch)
treeeb6c356438ee47af7918179d9e9e2df04a12bd2a /README.txt
parent5d7a14a28bc7d65a0b35af16a51e5d75e8459f27 (diff)
downloadpython-setuptools-git-009a483d58c57a15f469232daa0de302a877d186.tar.gz
starting 0.6.5
--HG-- branch : distribute extra : rebase_source : 6925947fb2b7beef652eef8a2683cae710f46e58
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 66e84fc2..0d947303 100755
--- a/README.txt
+++ b/README.txt
@@ -105,9 +105,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.4.tar.gz
- $ tar -xzvf distribute-0.6.4.tar.gz
- $ cd distribute-0.6
+ $ curl -O http://pypi.python.org/packages/source/d/distribute/distribute-0.6.5.tar.gz
+ $ tar -xzvf distribute-0.6.5.tar.gz
+ $ cd distribute-0.6.5
$ python setup.py install
---------------------------