diff options
| author | Daniel Holth <dholth@fastmail.fm> | 2012-11-16 09:06:00 -0500 |
|---|---|---|
| committer | Daniel Holth <dholth@fastmail.fm> | 2012-11-16 09:06:00 -0500 |
| commit | dffddb1d5af9e736fdd6192ca9256dc767bfab51 (patch) | |
| tree | e9ba780cfb8845838e59ec6e2746be36f6923515 /docs | |
| parent | 0acfb4c19dc2d2f2d067eead3d59a5f3415c5c20 (diff) | |
| download | wheel-git-dffddb1d5af9e736fdd6192ca9256dc767bfab51.tar.gz | |
minor docs update0.15.0
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/index.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/index.rst b/docs/index.rst index 2411c32..57f5c95 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -15,8 +15,8 @@ software, the savings can be dramatic. This example packages pyramid and all its dependencies as wheels, and then installs pyramid from the built packages:: - # Install pip (the wheel_build branch) - pip install -e git+https://github.com/qwcode/pip@wheel_build#egg=pip + # Install a version of pip that supports wheel + pip install -e git+https://github.com/qwcode/pip#egg=pip # Install wheel pip install wheel |
