Skip to content

Commit f19c52e

Browse files
committed
Address code review comments.
1 parent c2a6774 commit f19c52e

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

src/installation.rst

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

18-
.. warning::
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.
1927

20-
The ``conda`` environment solver can be very slow and memory-intensive for
21-
complex packages. We recommend installing the much faster ``mamba`` solver
22-
first, and then installing Cylc with that.
2328

2429
.. code-block:: sub
2530
26-
$ conda install -c conda-forge mamba
27-
$ mamba install -c conda-forge cylc-flow
31+
$ conda install -c conda-forge cylc-flow
2832
2933
# Install the browser-GUI (optional)
30-
$ mamba install -c conda-forge cylc-uiserver
34+
$ conda install -c conda-forge cylc-uiserver
3135
3236
# Install Rose support (optional)
33-
$ mamba install -c conda-forge cylc-rose metomi-rose
37+
$ conda install -c conda-forge cylc-rose metomi-rose
3438
3539
Via Pip (+npm)
3640
^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)