diff options
| author | tarek <devnull@localhost> | 2009-11-01 20:21:40 +0100 |
|---|---|---|
| committer | tarek <devnull@localhost> | 2009-11-01 20:21:40 +0100 |
| commit | d228365d3b7ec3faddc8ff8e37295a033ceb2c65 (patch) | |
| tree | 32fd30c2e5ef8981991fb933a4315022e830faff /README.txt | |
| parent | 454aa39b9de324d4b21c0e77e171d6ea01b08693 (diff) | |
| download | python-setuptools-bitbucket-d228365d3b7ec3faddc8ff8e37295a033ceb2c65.tar.gz | |
started 0.6.9
Diffstat (limited to 'README.txt')
| -rwxr-xr-x | README.txt | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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.8.tar.gz - $ tar -xzvf distribute-0.6.8.tar.gz - $ cd distribute-0.6.8 + $ curl -O http://pypi.python.org/packages/source/d/distribute/distribute-0.6.9.tar.gz + $ tar -xzvf distribute-0.6.9.tar.gz + $ cd distribute-0.6.9 $ python setup.py install --------------------------- |
