Author: Matti Picus <matti.pi...@gmail.com>
Branch: extradoc
Changeset: r523:b87c15bb2467
Date: 2014-08-11 23:43 +0300
http://bitbucket.org/pypy/pypy.org/changeset/b87c15bb2467/

Log:    document numpy installation

diff --git a/compat.html b/compat.html
--- a/compat.html
+++ b/compat.html
@@ -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">
diff --git a/source/compat.txt b/source/compat.txt
--- a/source/compat.txt
+++ b/source/compat.txt
@@ -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:
 
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to