# HG changeset patch
# User Matti Picus <matti.picus@gmail.com>
# Date 1490471903 -10800
#      Sat Mar 25 22:58:23 2017 +0300
# Branch extradoc
# Node ID 3021c4b0dfb99ae2a0888a888a0a8350e62667f5
# Parent  12c2667b1e208c2b949311eeb86bad7335fe7f92
document that by default wheel needs to be updated

diff --git a/download.html b/download.html
--- a/download.html
+++ b/download.html
@@ -234,6 +234,7 @@
 For example, without using a virtualenv:</p>
 <pre class="literal-block">
 $ ./pypy-xxx/bin/pypy -m ensurepip
+$ ./pypy-xxx/bin/pypy -mpip install -U wheel # to update wheel
 $ ./pypy-xxx/bin/pip install cython numpy
 </pre>
 <p>(See the general <a class="reference external" href="http://doc.pypy.org/en/latest/install.html">installation documentation</a> for more.)</p>
diff --git a/source/download.txt b/source/download.txt
--- a/source/download.txt
+++ b/source/download.txt
@@ -249,6 +249,7 @@
 For example, without using a virtualenv::
 
     $ ./pypy-xxx/bin/pypy -m ensurepip
+    $ ./pypy-xxx/bin/pypy -mpip install -U wheel # to update wheel
     $ ./pypy-xxx/bin/pip install cython numpy
 
 (See the general `installation documentation`_ for more.)