Skip to content

Commit 177f8b4

Browse files
committed
Merge branch 'master' of github.com:QuantSoftware/QuantSoftwareToolkit
2 parents 1eb5197 + 4ab9e58 commit 177f8b4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

MacInstallation.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515

1616
echo "Installing python"
1717
brew install python
18-
brew install pip
1918

2019
brew tap samueljohn/python
2120
brew tap homebrew/science
@@ -26,8 +25,8 @@ pip install nose
2625
pip install pyparsing
2726
pip install python-dateutil
2827

29-
echo "Installing gfortran"
30-
brew install gfortran
28+
echo "Installing gcc which includes gfortran"
29+
brew install gcc
3130

3231
echo "Installing numpy, scipy, matplotlib"
3332
brew install numpy

0 commit comments

Comments
 (0)