Installation

PyPI

The CLEASE GUI can be installed from PyPI:

pip install clease-gui

Anaconda

The GUI is also available with anaconda on conda-forge. To install into your conda environment, do:

$  conda install -c conda-forge clease-gui

Note

This is the preferred method on Windows, due to the depdency on CLEASE. For more information, see CLEASE docs.

Directly from GitLab

Alternatively, it can be installed directly from the master branch via GitLab:

pip install git+https://gitlab.com/computationalmaterials/clease-gui.git@master