Skip to content

Commit 17222d8

Browse files
Merge pull request #590 from hjoliver/mamba
Document use of mamba to install Cylc.
2 parents f4b807f + f19c52e commit 17222d8

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/installation.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,17 @@ Cylc runs on Unix-like systems including Linux and Mac OS.
1515
Via Conda (recommended)
1616
^^^^^^^^^^^^^^^^^^^^^^^
1717

18+
.. note::
19+
20+
We recommend using the fast Mamba environment solver to install Cylc.
21+
Mamba can be used as `a drop-in replacement for the conda command
22+
<https://mamba.readthedocs.io/en/latest/index.html>`_,
23+
or as `a conda command plugin
24+
<https://conda.github.io/conda-libmamba-solver/getting-started/>`_.
25+
The classic conda environment solver may be too slow for a complex package
26+
like Cylc.
27+
28+
1829
.. code-block:: sub
1930
2031
$ conda install -c conda-forge cylc-flow

0 commit comments

Comments
 (0)