diff --git a/doc/ChangeLog.md b/doc/ChangeLog.md index 3acb1bf3..13beaa93 100644 --- a/doc/ChangeLog.md +++ b/doc/ChangeLog.md @@ -1,4 +1,16 @@ -Version 2.2.x +Version 2.2.1 +------------- + +DFTTools Version 2.2.1 makes the application available +through the Anaconda package manager. We adjust +the install pages of the documentation accordingly. +We provide a more detailed description of the changes below. + +* Add a section on the Anaconda package to the install page +* Add a LICENSE and AUTHORS file to the repository + + +Version 2.2.0 ------------- * Ensure that the chemical potential calculations results in a real number diff --git a/doc/install.rst b/doc/install.rst index 8265ea61..8d2a1bc0 100644 --- a/doc/install.rst +++ b/doc/install.rst @@ -6,12 +6,30 @@ Packaged Versions of DFTTools ============================= -A Docker image including the latest version of DFTTools 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_dft_tools +.. _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 DFTTools with:: + + conda install -c conda-forge triqs_dft_tools + +See also `github.com/conda-forge/triqs_dft_tools-feedstock `_. + +.. _docker: +Docker +------ + +A Docker image including the latest version of DFTTools is available `here `_. For more information, please see the page on :ref:`TRIQS Docker `. + Compiling DFTTools from source ==============================