Installation#

The recommended method of installation is through the package manager pip:

$ pip install aiida-shell

To use aiida-shell, a configured AiiDA profile is required. The verdi CLI of AiiDA provides a command that attempts to automatically create one:

verdi quicksetup

Please refer to the AiiDA’s documentation for more detailed instructions.