<li><aclass="reference external"href="https://bitbucket.org/pypy/pypy/downloads/pypy2-v5.6.0-linux32.tar.bz2">Linux x86 binary (32bit, tar.bz2 built on Ubuntu 12.04 - 14.04)</a> (see <ttclass="docutils literal">[1]</tt> below)</li>
<li><aclass="reference external"href="https://bitbucket.org/pypy/pypy/downloads/pypy2-v5.6.0-linux64.tar.bz2">Linux x86-64 binary (64bit, tar.bz2 built on Ubuntu 12.04 - 14.04)</a> (see <ttclass="docutils literal">[1]</tt> below)</li>
...
...
@@ -228,8 +228,10 @@
the Python side and NumPy objects are mediated through the slower cpyext
layer (which hurts a few benchmarks that do a lot of element-by-element
array accesses, for example).</p>
<p>Installation works using the current developement version of NumPy, since
PyPy specific changes have been merged but not in a release version.
<p>Installation works on any recent PyPy (the <aclass="reference internal"href="#release">release</a> above is fine),
but you need the current developement version <em>of NumPy</em>. The reason
is that some PyPy-specific fixes have been merged back into NumPy,
and they are not yet in a released version of NumPy.