Author: Armin Rigo <ar...@tunes.org> Branch: extradoc Changeset: r5156:69b48a914860 Date: 2014-02-19 12:16 +0100 http://bitbucket.org/pypy/extradoc/changeset/69b48a914860/
Log: Write down what a irc user needed to do in order to get numpy running diff --git a/blog/draft/running-numpy.rst b/blog/draft/running-numpy.rst new file mode 100644 --- /dev/null +++ b/blog/draft/running-numpy.rst @@ -0,0 +1,9 @@ +How to install NumPy on PyPy +============================ + +* apt-get install pypy-dev + +* git clone https://bitbucket.org/pypy/numpy.git; cd numpy; + sudo pypy setup.py install + +* sudo pypy -c 'import numpy' # only once _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit