diff --git a/docs/source/install/install.rst b/docs/source/install/install.rst index a2dd15f010a6fcac3f1f46d6472801183297d180..41a73c401862cb08207d44abe4d22c3b55c27170 100644 --- a/docs/source/install/install.rst +++ b/docs/source/install/install.rst @@ -149,6 +149,9 @@ If everything went fine, you should be able to import moose in python shell. Graphical User Interface (GUI) ------------------------------ +If you have installed the pre-built package, then you already have the GUI. +You can launch it by runnung `moosegui` command in terminal. + You can get the source of ``moose-gui`` from `here <https://github.com/BhallaLab/moose-gui>`_. You can download it either by clicking on `this link <https://github.com/BhallaLab/moose-gui/archive/master.zip>`_ @@ -187,7 +190,7 @@ Now you can fire up the GUI If you have installed ``moose`` package, then GUI is launched by running following commnad:: - $ moose + $ moosegui Building moogli ---------------