diff --git a/docs/source/install/install.rst b/docs/source/install/install.rst index 4e6ca5d3a3f32334125b3d76c7a41be9e7ba790b..50e7914aa170ac16d660f046363ae1d9a3d35993 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 ^^^^^^^^^^^^^^