diff options
| author | Daniel Holth <dholth@fastmail.fm> | 2012-07-23 12:26:11 -0400 |
|---|---|---|
| committer | Daniel Holth <dholth@fastmail.fm> | 2012-07-23 12:26:11 -0400 |
| commit | bdf9d5747a724664bd3588ab471907a900b45c9a (patch) | |
| tree | 220f08a0d3ef0c1767fdcf3185aa420ea70b55c4 /docs/index.rst | |
| parent | 92716b2327f733b2a416c473535d55e7ca8084bc (diff) | |
| download | wheel-git-0.6.tar.gz | |
version 0.60.6
Diffstat (limited to 'docs/index.rst')
| -rw-r--r-- | docs/index.rst | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/docs/index.rst b/docs/index.rst index 23c0481..b00e5b6 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -16,10 +16,9 @@ packages will be properly installed with only the “Unpack” step preserves enough information to “Spread” (copy data and scripts to their final locations) at any later time. -The wheel project provides a `bdist_wheel` command -for setuptools (requiring a patched distribute from -https://bitbucket.org/dholth/distribute). Wheel files can be installed -with a patched `pip` from https://github.com/dholth/pip. +The wheel project provides a `bdist_wheel` command for setuptools +(requires distribute >= 0.6.28). Wheel files can be installed with a +patched `pip` from https://github.com/dholth/pip. Why not egg? ------------ @@ -60,8 +59,8 @@ wheeldemo.sh:: virtualenv --distribute /tmp/wheeldemo cd /tmp/wheeldemo - # Install wheel and patched pip, distribute - bin/pip install --upgrade --ignore-installed --no-index hg+https://bitbucket.org/dholth/distribute#egg=distribute \ + # Install wheel and patched pip + bin/pip install --upgrade --ignore-installed \ git+https://github.com/dholth/pip.git#egg=pip bin/pip install hg+https://bitbucket.org/dholth/wheel#egg=wheel |
