Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions MacInstallation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@

echo "Installing python"
brew install python
brew install pip

brew tap samueljohn/python
brew tap homebrew/science
Expand All @@ -26,8 +25,8 @@ pip install nose
pip install pyparsing
pip install python-dateutil

echo "Installing gfortran"
brew install gfortran
echo "Installing gcc which includes gfortran"
brew install gcc

echo "Installing numpy, scipy, matplotlib"
brew install numpy
Expand Down