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
Install EDIpack following the installation instructions.
Install the Python API for EDIpack using one of the supported methods.
Install TRIQS library, see TRIQS installation instruction.
Clone the source code of edipack2triqs from GitHub and install it using
pip
,
$ git clone https://github.com/krivenko/edipack2triqs
$ cd edipack2triqs
$ pip install .