From 7c847a9b79b5f396ba1b5cee108d9731038cfb30 Mon Sep 17 00:00:00 2001 From: Dilawar Singh <dilawar@users.noreply.github.com> Date: Fri, 25 May 2018 17:33:49 +0530 Subject: [PATCH] Update install.rst Added instructions. --- docs/source/install/install.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/source/install/install.rst b/docs/source/install/install.rst index 4e6ca5d3..50e7914a 100644 --- a/docs/source/install/install.rst +++ b/docs/source/install/install.rst @@ -27,10 +27,14 @@ Mac OSX MacOSX support for moose-gui is not complete yet. However, the python-scripting interface can be installed on OSX using ``homebrew`` :: - $ brew tap BhallaLab/moose $ brew install moose +Or alternatively, via pip +:: + $ pip install pymoose --user + + Docker Images ^^^^^^^^^^^^^^ -- GitLab