Skip to content

Commit a9805b5

Browse files
authored
Add note on markupsafe (#408)
Add note on markupsafe
1 parent d7b2f9e commit a9805b5

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/installation.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,15 @@ Via Pip (+npm)
3636

3737
We recommend using a virtual environment.
3838

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+
3945
.. code-block:: sub
4046
41-
$ pip install cylc-flow
47+
$ pip install 'markupsafe<2.1' cylc-flow
4248
4349
# install the browser-GUI (optional)
4450
# (requires nodejs & npm)

0 commit comments

Comments
 (0)