Ensure user doesn't install numpy in same directory as BLAS

This commit is contained in:
kungfujam 2015-09-28 14:00:25 +01:00
parent 339bca6510
commit 180d85be14

View File

@ -106,6 +106,7 @@
"To install `numpy` linked against the OpenBLAS libraries we just compiled, first run the following\n",
"\n",
"```\n",
"cd ~/Downloads\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",
"cd numpy-1.9.2\n",