[pypy-commit] extradoc extradoc: Write down what a irc user needed to do in order to get numpy running

arigo noreply at buildbot.pypy.org
Wed Feb 19 12:16:20 CET 2014


Author: Armin Rigo <arigo at 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


More information about the pypy-commit mailing list