summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDaniel Holth <dholth@fastmail.fm>2012-11-16 09:06:00 -0500
committerDaniel Holth <dholth@fastmail.fm>2012-11-16 09:06:00 -0500
commitdffddb1d5af9e736fdd6192ca9256dc767bfab51 (patch)
treee9ba780cfb8845838e59ec6e2746be36f6923515 /docs
parent0acfb4c19dc2d2f2d067eead3d59a5f3415c5c20 (diff)
downloadwheel-git-dffddb1d5af9e736fdd6192ca9256dc767bfab51.tar.gz
minor docs update0.15.0
Diffstat (limited to 'docs')
-rw-r--r--docs/index.rst4
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