Skip to content

Commit

Permalink
Added instructions for installing packages required by GUI
Browse files Browse the repository at this point in the history
  • Loading branch information
gautam1168 committed Mar 7, 2015
1 parent b81bba9 commit 62ab9f6
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions docs/running.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,15 @@ The gui can use one of two python bindings for qt, namely PyQt4
and PySide. You can choose which binding is used by setting the
environment variable QT_API in your bash.

**1**. Choosing between PySide and PyQt4 (optional)
**1**. Installing required packages

.. code-block:: none
source activate tardis
conda install ipython=3.0.0 pyside=1.2.1 shiboken=1.2.1
**2**. Choosing between PySide and PyQt4 (optional)

.. code-block:: none
Expand All @@ -71,7 +79,7 @@ environment variable QT_API in your bash.
#To go back to PyQt4
unset QT_API
**2**. An example of creating a model and GUI
**3**. An example of creating a model and GUI

As of now, the GUI can be started from the ipython shell. Currently there is no way to work completely from inside the GUI.

Expand Down

0 comments on commit 62ab9f6

Please sign in to comment.