diff --git a/00_Introduction.ipynb b/00_Introduction.ipynb index 51b5b54..defed34 100644 --- a/00_Introduction.ipynb +++ b/00_Introduction.ipynb @@ -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",