aboutsummaryrefslogtreecommitdiffstats
path: root/README.txt
diff options
context:
space:
mode:
authorTarek Ziade <tarek@ziade.org>2011-08-20 12:02:34 +0200
committerTarek Ziade <tarek@ziade.org>2011-08-20 12:02:34 +0200
commitb11523cfc567b2be5d0a56b954541d747bced9fe (patch)
treef00fb94a0365167bd2689feaaf8e407e88b259fe /README.txt
parentaad36d610b0d3b9778e1fe53fd3a1aefe5da2e71 (diff)
downloadexternal_python_setuptools-b11523cfc567b2be5d0a56b954541d747bced9fe.tar.gz
external_python_setuptools-b11523cfc567b2be5d0a56b954541d747bced9fe.tar.bz2
external_python_setuptools-b11523cfc567b2be5d0a56b954541d747bced9fe.zip
starting 0.6.22 dev
--HG-- branch : distribute extra : rebase_source : 14a38f62c8faf493b64102b7e21244048edea5be
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 3ce7df6e..8faa59b4 100755
--- a/README.txt
+++ b/README.txt
@@ -99,9 +99,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.21.tar.gz
- $ tar -xzvf distribute-0.6.21.tar.gz
- $ cd distribute-0.6.21
+ $ curl -O http://pypi.python.org/packages/source/d/distribute/distribute-0.6.22.tar.gz
+ $ tar -xzvf distribute-0.6.22.tar.gz
+ $ cd distribute-0.6.22
$ python setup.py install
---------------------------