.. highlight:: bash .. _install: Installation ************ Release version from Anaconda ----------------------------- The latest released version of **edipack2triqs** along with its dependencies is available from Anaconda. .. code:: conda install -c conda-forge -c edipack edipack2triqs Current development version from GitHub --------------------------------------- #. Install `EDIpack `_ following the :ref:`installation instructions `. #. Install `the Python API for EDIpack `_ using one of the :ref:`supported methods `. #. Install :ref:`TRIQS ` library, see :ref:`TRIQS installation instruction `. #. Clone the source code of **edipack2triqs** from GitHub and install it using ``pip``, .. code:: $ git clone https://github.com/EDIpack/edipack2triqs $ cd edipack2triqs $ pip install .