@@ -16,7 +16,7 @@ function _help {
1616 echo " If you have a working Python installation with pip you may only need"
1717 echo " to run"
1818 echo " "
19- echo " pip install --upgrade numpy scipy matplotlib netCDF4 jupyter sisl pyamg"
19+ echo " pip install --upgrade numpy scipy matplotlib netCDF4 jupyter pyamg sisl "
2020 echo " "
2121 echo " Once the above steps are fulfilled you should run the download part"
2222 echo " of the script. It will download the required files for the tutorial:"
@@ -111,11 +111,11 @@ function linux_install {
111111 done
112112
113113 # Perform the Python installation
114- pip install --upgrade six numpy scipy matplotlib netCDF4 jupyter sisl pyamg
114+ pip install --upgrade six numpy scipy matplotlib netCDF4 jupyter pyamg sisl
115115 if [ $? -ne 0 ]; then
116116 echo " pip failed to install the packages, will try to install"
117117 echo " in your user directory, if this fails you will have to fix it"
118- pip install --user --upgrade six numpy scipy matplotlib netCDF4 jupyter sisl pyamg
118+ pip install --user --upgrade six numpy scipy matplotlib netCDF4 jupyter pyamg sisl
119119 if [ $? -ne 0 ]; then
120120 echo " "
121121 echo " pip failed to install the packages, in either the global or user domain."
@@ -192,11 +192,11 @@ function macos_install {
192192 my_brew install python
193193 sudo easy_install pip
194194
195- pip install --upgrade six numpy scipy matplotlib netCDF4 jupyter sisl pyamg
195+ pip install --upgrade six numpy scipy matplotlib netCDF4 jupyter pyamg sisl
196196 if [ $? -ne 0 ]; then
197197 echo " pip failed to install the packages, will try to install"
198198 echo " in your user directory, if this fails you will have to fix it"
199- pip install --user --upgrade six numpy scipy matplotlib netCDF4 jupyter sisl pyamg
199+ pip install --user --upgrade six numpy scipy matplotlib netCDF4 jupyter pyamg sisl
200200 if [ $? -ne 0 ]; then
201201 echo " "
202202 echo " pip failed to install the packages, in either the global or user domain."
0 commit comments