.. _gui:
Use Ewoks graphical interfaces
==============================
Ewoks comes with two graphical interfaces. You can either of the two to create and edit workflows.
.. _ewoksweb:
``ewoksweb``: full-stack web application
----------------------------------------
Install ``ewoksweb``
.. code-block:: bash
pip install ewoksweb
Start ``ewoksweb``
.. code-block:: bash
ewoksweb
``ewoksweb`` will create folders to store the tasks/workflows that you will create when using it.
For more information see the `ewoksweb documentation `_.
.. _ewoks-canvas:
``ewoks-canvas``: the Orange desktop graphical interface
--------------------------------------------------------
Install requirements
.. code-block:: bash
pip install ewoksorange[orange]
Launch the graphical interface
.. code-block:: bash
ewoks-canvas
For more information see the `ewoksorange documentation `_.