Skip to content

Commit c75ce6e

Browse files
committed
[doc] Add debian package and anaconda install instructions
1 parent 1e50bb0 commit c75ce6e

File tree

1 file changed

+34
-2
lines changed

1 file changed

+34
-2
lines changed

doc/install.rst

Lines changed: 34 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,38 @@
55
Install CTSEG
66
*************
77

8+
Packaged Versions of CTSEG
9+
==========================
10+
11+
.. _ubuntu_debian:
12+
Ubuntu Debian packages
13+
----------------------
14+
15+
We provide a Debian package for the Ubuntu LTS Version 24.04 (noble).
16+
Please first install TRIQS using the :ref:`Ubuntu Install Instructions<triqslibs:ubuntu_debian>`.
17+
After the TRIQS setup the command::
18+
19+
sudo apt-get install -y triqs_ctseg
20+
21+
can be used to install the CTSEG package.
22+
23+
.. _anaconda:
24+
Anaconda
25+
--------
26+
27+
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 CTSEG with::
28+
29+
conda install -c conda-forge triqs_ctseg
30+
31+
See also `github.com/conda-forge/triqs_ctseg-feedstock <https://github.com/conda-forge/triqs_ctseg-feedstock/>`_.
32+
33+
.. _docker:
34+
Docker
35+
------
36+
37+
A Docker image including the latest version of CTSEG is available `here <https://hub.docker.com/r/flatironinstitute/triqs>`_. For more information, please see the page on :ref:`TRIQS Docker <triqslibs:triqs_docker>`.
38+
39+
840
Compiling CTSEG from source
941
===========================
1042

@@ -13,7 +45,7 @@ Compiling CTSEG from source
1345
Prerequisites
1446
-------------
1547

16-
#. The :ref:`TRIQS <triqslibs:welcome>` library.
48+
#. The :ref:`TRIQS <triqslibs:welcome>` library, see :ref:`TRIQS installation instruction <triqslibs:triqs_install>`.
1749
In the following, we assume that TRIQS is installed in the directory ``path_to_triqs``.
1850

1951
Installation steps
@@ -53,7 +85,7 @@ To use a particular version, go into the directory with the sources, and look at
5385

5486
Checkout the version of the code that you want::
5587

56-
$ git checkout 3.2.1
88+
$ git checkout 3.3.0
5789

5890
and follow steps 2 to 4 above to compile the code.
5991

0 commit comments

Comments
 (0)