summaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
authortarek <none@none>2009-10-16 12:11:24 +0200
committertarek <none@none>2009-10-16 12:11:24 +0200
commitfa9206561cd5483846b86c89206ced48d502018b (patch)
treec1cb965822e406703d93a38ce08b07b3c53c5634 /README.txt
parent497a63db5fccb487bdd6212d8aae605dcb4fdae4 (diff)
downloadpython-setuptools-git-fa9206561cd5483846b86c89206ced48d502018b.tar.gz
starting 0.6.7
--HG-- branch : distribute extra : rebase_source : c4445b08d41ce91b2a7c03793110b07113edd9ea
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 90eff943..271b397e 100755
--- a/README.txt
+++ b/README.txt
@@ -107,9 +107,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.6.tar.gz
- $ tar -xzvf distribute-0.6.6.tar.gz
- $ cd distribute-0.6.6
+ $ curl -O http://pypi.python.org/packages/source/d/distribute/distribute-0.6.7.tar.gz
+ $ tar -xzvf distribute-0.6.7.tar.gz
+ $ cd distribute-0.6.7
$ python setup.py install
---------------------------