Skip to content

Commit

Permalink
Add entry to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sphuber committed Sep 17, 2023
1 parent 32e38d3 commit add7649
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/source/howto/interact.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ AiiDA comes with a command line interface called ``verdi``.
The :ref:`reference:command-line` section gives an overview of all available commands.
For more detailed information, refer to the topic section :ref:`topics:cli`.

.. tip::

The ``verdi`` command line interface can also be explored as a `text-based user interface <https://en.wikipedia.org/wiki/Text-based_user_interface>`_ (TUI).
It requires ``aiida-core`` to be installed with the ``tui`` extra (e.g. ``pip install aiida-core[tui]``).
The TUI can then be launched with ``verdi tui``.


.. _how-to:interact-scripts:

Expand Down
6 changes: 6 additions & 0 deletions docs/source/topics/cli.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ Command line interface
The command line interface utility for AiiDA is called ``verdi``.
This section explains the basic concepts that apply to all ``verdi`` commands.

.. tip::

The ``verdi`` command line interface can also be explored as a `text-based user interface <https://en.wikipedia.org/wiki/Text-based_user_interface>`_ (TUI).
It requires ``aiida-core`` to be installed with the ``tui`` extra (e.g. ``pip install aiida-core[tui]``).
The TUI can then be launched with ``verdi tui``.


.. _topics:cli:parameters:

Expand Down

0 comments on commit add7649

Please sign in to comment.