Author: Matti Picus <[email protected]> Branch: extradoc Changeset: r875:3021c4b0dfb9 Date: 2017-03-25 22:58 +0300 http://bitbucket.org/pypy/pypy.org/changeset/3021c4b0dfb9/
Log: 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.) _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
