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