From f686c876b4e527ad78a25f511cb6ddf43332dcdf Mon Sep 17 00:00:00 2001 From: Dhruva Gowda Storz <dhruvastorz@gmail.com> Date: Fri, 15 Dec 2017 17:23:52 +0530 Subject: [PATCH] Updated installation documentation with new mac osx brew install procedure. Made new section for OSX for consistency of format. --- docs/source/install/install.rst | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/source/install/install.rst b/docs/source/install/install.rst index f0e9e54c..89545461 100644 --- a/docs/source/install/install.rst +++ b/docs/source/install/install.rst @@ -25,11 +25,15 @@ to pick your distribution and follow instructions. .. todo:: Packages for gentoo, Arch Linux +Mac OSX +^^^^^^^^ -MacOSX support is not complete yet. Python-scripting interface can be installed on MaxOSX using ``homebrew`` + +MacOSX support for moose-gui is not complete yet. However, the python-scripting interface can be installed on OSX using ``homebrew`` :: - $ brew install homebrew/science/moose + $ brew tap BhallaLab/moose + $ brew install moose Building MOOSE -- GitLab