We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7b2f9e commit a9805b5Copy full SHA for a9805b5
src/installation.rst
@@ -36,9 +36,15 @@ Via Pip (+npm)
36
37
We recommend using a virtual environment.
38
39
+.. warning::
40
+
41
+ If using ``pip`` to install Cylc versions 8.0rc1 and below, a bug in
42
+ Jinja2 means you will have to manually install ``markupsafe`` at less
43
+ than version 2.1.
44
45
.. code-block:: sub
46
- $ pip install cylc-flow
47
+ $ pip install 'markupsafe<2.1' cylc-flow
48
49
# install the browser-GUI (optional)
50
# (requires nodejs & npm)
0 commit comments