Merge pull request #5 from kungfujam/master

Ensure user doesn't install numpy in same directory as BLAS
This commit is contained in:
Pawel Swietojanski 2015-09-28 15:14:27 +01:00
commit 930e1a4a01

View File

@ -106,6 +106,7 @@
"To install `numpy` linked against the OpenBLAS libraries we just compiled, first run the following\n", "To install `numpy` linked against the OpenBLAS libraries we just compiled, first run the following\n",
"\n", "\n",
"```\n", "```\n",
"cd ~/Downloads\n",
"wget http://downloads.sourceforge.net/project/numpy/NumPy/1.9.2/numpy-1.9.2.zip\n", "wget http://downloads.sourceforge.net/project/numpy/NumPy/1.9.2/numpy-1.9.2.zip\n",
"unzip numpy-1.9.2.zip\n", "unzip numpy-1.9.2.zip\n",
"cd numpy-1.9.2\n", "cd numpy-1.9.2\n",