diff --git a/doc/install.rst b/doc/install.rst index c32fb158..81d1348a 100644 --- a/doc/install.rst +++ b/doc/install.rst @@ -6,12 +6,30 @@ Packaged Versions of CTHyb ========================== -A Docker image including the latest version of CTHyb is available `here `_. For more information, please see the page on :ref:`TRIQS Docker `. +.. _ubuntu_debian: +Ubuntu Debian packages +---------------------- -We further provide a Debian package for the Ubuntu LTS Versions 16.04 (xenial) and 18.04 (bionic), which can be installed by following the steps outlined :ref:`here `, and the subsequent command:: +We provide a Debian package for the Ubuntu LTS Versions 16.04 (xenial) and 18.04 (bionic), which can be installed by following the steps outlined :ref:`here `, and the subsequent command:: sudo apt-get install -y triqs_cthyb +.. _anaconda: +Anaconda (experimental) +----------------------- + +We provide Linux and OSX packages for the `Anaconda `_ distribution. The packages are provided through the `conda-forge `_ repositories. After `installing conda `_ you can install CTHYB with:: + + conda install -c conda-forge triqs_cthyb + +See also `github.com/conda-forge/triqs_cthyb-feedstock `_. + +.. _docker: +Docker +------ + +A Docker image including the latest version of CTHyb is available `here `_. For more information, please see the page on :ref:`TRIQS Docker `. + Compiling CTHYB from source ===========================