Skip to content
Snippets Groups Projects
Commit b87c15bb authored by Matti Picus's avatar Matti Picus
Browse files

document numpy installation

parent 8ca06ef2
No related branches found
No related tags found
No related merge requests found
......@@ -67,6 +67,7 @@
<li><tt class="docutils literal">cPickle, _csv, ctypes, datetime, dbm, _functools, grp, pwd, readline, resource, sqlite3, syslog, tputil</tt></li>
</ul>
<p>All modules that are pure python in CPython of course work.</p>
<p>Numpy support is not complete. We maintain our own fork of numpy for now, further instructions can be found at <a class="reference external" href="https://bitbucket.org/pypy/numpy.git">https://bitbucker.org/pypy/numpy.git</a>.</p>
<p>Python libraries known to work under PyPy (the list is not exhaustive).
A community maintained <a class="reference external" href="https://bitbucket.org/pypy/compatibility/wiki/Home">compatibility wiki</a> is hosted on bitbucket:</p>
<ul class="simple">
......
......@@ -31,6 +31,10 @@
All modules that are pure python in CPython of course work.
Numpy support is not complete. We maintain our own fork of numpy for now, further instructions can be found at `https://bitbucker.org/pypy/numpy.git`__.
.. __: https://bitbucket.org/pypy/numpy.git
Python libraries known to work under PyPy (the list is not exhaustive).
A community maintained `compatibility wiki`_ is hosted on bitbucket:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment