mirror of
https://github.com/triqs/dft_tools
synced 2024-12-21 11:53:41 +01:00
Add section on Anaconda packages to install page, Update Changelog for 2.2.1
This commit is contained in:
parent
4a2ee146aa
commit
750651283f
@ -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
|
||||
|
@ -6,12 +6,30 @@
|
||||
Packaged Versions of DFTTools
|
||||
=============================
|
||||
|
||||
A Docker image including the latest version of DFTTools is available `here <https://hub.docker.com/r/flatironinstitute/triqs>`_. For more information, please see the page on :ref:`TRIQS Docker <triqslibs: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 <triqslibs:triqs_docker>`, 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 <triqslibs:triqs_debian>`, and the subsequent command::
|
||||
|
||||
sudo apt-get install -y triqs_dft_tools
|
||||
|
||||
.. _anaconda:
|
||||
Anaconda (experimental)
|
||||
-----------------------
|
||||
|
||||
We provide Linux and OSX packages for the `Anaconda <https://www.anaconda.com/>`_ distribution. The packages are provided through the `conda-forge <https://conda-forge.org/>`_ repositories. After `installing conda <https://docs.conda.io/en/latest/miniconda.html>`_ you can install DFTTools with::
|
||||
|
||||
conda install -c conda-forge triqs_dft_tools
|
||||
|
||||
See also `github.com/conda-forge/triqs_dft_tools-feedstock <https://github.com/conda-forge/triqs_dft_tools-feedstock/>`_.
|
||||
|
||||
.. _docker:
|
||||
Docker
|
||||
------
|
||||
|
||||
A Docker image including the latest version of DFTTools is available `here <https://hub.docker.com/r/flatironinstitute/triqs>`_. For more information, please see the page on :ref:`TRIQS Docker <triqslibs:triqs_docker>`.
|
||||
|
||||
|
||||
Compiling DFTTools from source
|
||||
==============================
|
||||
|
Loading…
Reference in New Issue
Block a user