From 1424f652f52fd25d405e6e0a6901fe841095f7b6 Mon Sep 17 00:00:00 2001 From: Staroselskii Georgii Date: Thu, 2 Apr 2015 01:32:20 +0300 Subject: [PATCH] fixed a typo in the installation manual --- Appendix_A_Installation.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Appendix_A_Installation.ipynb b/Appendix_A_Installation.ipynb index 0e5daf5..38039d4 100644 --- a/Appendix_A_Installation.ipynb +++ b/Appendix_A_Installation.ipynb @@ -324,7 +324,7 @@ "\n", "\n", " sudo apt-get install python3-numpy python3-scipy python3-matplotlib\n", - " sudo apt_get install libblas-dev liblapack-dev gfortran python3-dev \n", + " sudo apt-get install libblas-dev liblapack-dev gfortran python3-dev \n", "\n", "\n", "Now you can upgrade the packages. This will take a long time as everything needs to be compiled from source. If you get an error I do not know how to help you!\n",