We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5f34fa7 + 98dfcf9 commit 4ab9e58Copy full SHA for 4ab9e58
1 file changed
MacInstallation.sh
@@ -15,7 +15,6 @@
15
16
echo "Installing python"
17
brew install python
18
-brew install pip
19
20
brew tap samueljohn/python
21
brew tap homebrew/science
@@ -26,8 +25,8 @@ pip install nose
26
25
pip install pyparsing
27
pip install python-dateutil
28
29
-echo "Installing gfortran"
30
-brew install gfortran
+echo "Installing gcc which includes gfortran"
+brew install gcc
31
32
echo "Installing numpy, scipy, matplotlib"
33
brew install numpy
0 commit comments