We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f4b807f + f19c52e commit 17222d8Copy full SHA for 17222d8
src/installation.rst
@@ -15,6 +15,17 @@ Cylc runs on Unix-like systems including Linux and Mac OS.
15
Via Conda (recommended)
16
^^^^^^^^^^^^^^^^^^^^^^^
17
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
29
.. code-block:: sub
30
31
$ conda install -c conda-forge cylc-flow
0 commit comments