Installation

Release version from Anaconda

The latest released version of edipack2triqs along with its dependencies is available from Anaconda.

conda install -c conda-forge -c edipack edipack2triqs

Current development version from GitHub

  1. Install EDIpack following the installation instructions.

  2. Install the Python API for EDIpack using one of the supported methods.

  3. Install TRIQS library, see TRIQS installation instruction.

  4. Clone the source code of edipack2triqs from GitHub and install it using pip,

$ git clone https://github.com/krivenko/edipack2triqs
$ cd edipack2triqs
$ pip install .