diff --git a/download.html b/download.html
index 12c2667b1e208c2b949311eeb86bad7335fe7f92_ZG93bmxvYWQuaHRtbA==..3021c4b0dfb99ae2a0888a888a0a8350e62667f5_ZG93bmxvYWQuaHRtbA== 100644
--- 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
index 12c2667b1e208c2b949311eeb86bad7335fe7f92_c291cmNlL2Rvd25sb2FkLnR4dA==..3021c4b0dfb99ae2a0888a888a0a8350e62667f5_c291cmNlL2Rvd25sb2FkLnR4dA== 100644
--- 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.)