Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
superstar54 committed Dec 3, 2024
1 parent c33f8c7 commit 92e7bb0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Efficiently design and manage flexible workflows with AiiDA, featuring an intera
## Installation

```console
pip install aiida-workgraph
pip install aiida-workgraph aiida-workgraph-web-ui
```

To install the latest version from source, first clone the repository and then install using `pip`:
Expand Down
7 changes: 7 additions & 0 deletions docs/source/gui/web.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@ Use Web UI to view the WorkGraph
===============================
The web UI helps you to view and manage the workgraphs.

Install the web ui package

.. code-block:: bash
pip install aiida-workgraph-web-ui
Start the web server
--------------------
Open a terminal, and run:
Expand Down

0 comments on commit 92e7bb0

Please sign in to comment.