From 5cdbecd0954a0f77ae082d2dd87833eeb4f0c04b Mon Sep 17 00:00:00 2001 From: Michael Wimmer <wimmer@lorentz.leidenuniv.nl> Date: Mon, 8 Jun 2015 22:34:53 +0200 Subject: [PATCH] bring back updated homebrew installation instructions --- content/install.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/install.txt b/content/install.txt index 46d047e..e52793b 100644 --- a/content/install.txt +++ b/content/install.txt @@ -195,17 +195,17 @@ freedom than Macports. We recommend this option if you have no preferences. 4. Install a few prerequisites :: - brew install gfortran python + brew install gcc python 5. Add additional repositories :: brew tap homebrew/science - brew tap samueljohn/python + brew tap homebrew/python brew tap michaelwimmer/kwant 6. Install Kwant and its prerequisites :: - pip install nose + pip install nose six brew install numpy scipy matplotlib brew install kwant -- GitLab