From 0c157e3c779c313d600d55cd13df4790530384e1 Mon Sep 17 00:00:00 2001 From: Michael Kuron Date: Wed, 13 Feb 2019 10:46:51 +0100 Subject: [PATCH] Fix typo in Mac installation guide --- doc/sphinx/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/sphinx/installation.rst b/doc/sphinx/installation.rst index 9422fa67599..fd8668b239a 100644 --- a/doc/sphinx/installation.rst +++ b/doc/sphinx/installation.rst @@ -126,7 +126,7 @@ following commands: doxygen py27-opengl py27-sphinx py27-pip gsl hdf5 +openmpi sudo port select --set cython cython27 sudo port select --set python python27 - sudo port selet --set pip pip27 + sudo port select --set pip pip27 sudo port select --set mpi openmpi-mp-fortran Alternatively, you can use Homebrew.