File tree Expand file tree Collapse file tree 1 file changed +12
-8
lines changed Expand file tree Collapse file tree 1 file changed +12
-8
lines changed Original file line number Diff line number Diff line change @@ -15,22 +15,26 @@ Cylc runs on Unix-like systems including Linux and Mac OS.
15
15
Via Conda (recommended)
16
16
^^^^^^^^^^^^^^^^^^^^^^^
17
17
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.
19
27
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.
23
28
24
29
.. code-block :: sub
25
30
26
- $ conda install -c conda-forge mamba
27
- $ mamba install -c conda-forge cylc-flow
31
+ $ conda install -c conda-forge cylc-flow
28
32
29
33
# Install the browser-GUI (optional)
30
- $ mamba install -c conda-forge cylc-uiserver
34
+ $ conda install -c conda-forge cylc-uiserver
31
35
32
36
# Install Rose support (optional)
33
- $ mamba install -c conda-forge cylc-rose metomi-rose
37
+ $ conda install -c conda-forge cylc-rose metomi-rose
34
38
35
39
Via Pip (+npm)
36
40
^^^^^^^^^^^^^^
You can’t perform that action at this time.
0 commit comments