@@ -15,12 +15,19 @@ Cylc runs on Unix-like systems including Linux and Mac OS.
15
15
Via Conda (recommended)
16
16
^^^^^^^^^^^^^^^^^^^^^^^
17
17
18
- .. note ::
18
+ .. admonition :: Supported Python versions
19
+
20
+ * cylc-flow supports Python 3.8+.
21
+ * cylc-uiserver currently only supports Python 3.8-3.9.
19
22
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
23
+ .. tip ::
24
+
25
+ We recommend using Mamba to install Cylc.
26
+ Mamba (or Micromamba) can be used as
27
+ `a faster, drop-in replacement for the conda command
28
+ <https://mamba.readthedocs.io/en/latest/index.html> `_.
29
+ If using Conda, make sure to use the libmamba-solver by updating to
30
+ Conda 23.10 or using the `conda-libmamba-solver plugin for conda
24
31
<https://conda.github.io/conda-libmamba-solver/getting-started/> `_.
25
32
The classic conda environment solver may be too slow for a complex package
26
33
like Cylc.
@@ -39,9 +46,10 @@ Via Conda (recommended)
39
46
Via Pip (+npm)
40
47
^^^^^^^^^^^^^^
41
48
42
- .. note ::
49
+ .. admonition :: Supported Python versions
43
50
44
- Requires Python 3.7 - 3.9
51
+ * cylc-flow supports Python 3.7+.
52
+ * cylc-uiserver currently only supports Python 3.8-3.9.
45
53
46
54
.. important ::
47
55
@@ -139,7 +147,7 @@ your ``$PATH``, follow the instructions in the ``brew install`` output.
139
147
140
148
.. warning ::
141
149
142
- For Mac OS Versions 10.15.0 (Catalina) and higher SSH is disabled by
150
+ For Mac OS Versions 10.15.0 (Catalina) and higher, SSH is disabled by
143
151
default. The ability to SSH into your Mac OS box may be required for
144
152
certain Cylc installations.
145
153
0 commit comments