Skip to content

Commit

Permalink
Merge pull request #590 from hjoliver/mamba
Browse files Browse the repository at this point in the history
Document use of mamba to install Cylc.
  • Loading branch information
oliver-sanders authored Feb 8, 2023
2 parents f4b807f + f19c52e commit 17222d8
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,17 @@ Cylc runs on Unix-like systems including Linux and Mac OS.
Via Conda (recommended)
^^^^^^^^^^^^^^^^^^^^^^^

.. note::

We recommend using the fast Mamba environment solver to install Cylc.
Mamba can be used as `a drop-in replacement for the conda command
<https://mamba.readthedocs.io/en/latest/index.html>`_,
or as `a conda command plugin
<https://conda.github.io/conda-libmamba-solver/getting-started/>`_.
The classic conda environment solver may be too slow for a complex package
like Cylc.


.. code-block:: sub
$ conda install -c conda-forge cylc-flow
Expand Down

0 comments on commit 17222d8

Please sign in to comment.