In order to use the m.css `theme <{filename}/pelican/theme.rst>`_ or
`plugins <{filename}/plugins.rst>`_ later, you need to install the Python 3
- version of Pelican. Python 2 is not supported.
+ version of Pelican. Most of the plugins work with Python 3.4, while some
+ (such as the `math plugin <{filename}/plugins/math-and-code.rst#math>`_)
+ need 3.5. Python 2 is not supported.
.. code:: sh
`Quick start`_
==============
-The easiest way to start is putting the :gh:`whole Git repository <mosra/m.css>`
-of m.css into your project, for example as a submodule:
+Following the `Pelican quick start guide <{filename}/pelican.rst#quick-start>`_,
+it's assumed you already have at least Python 3.4 and the Python 3 version of
+Pelican installed. The easiest way to start is putting the
+:gh:`whole Git repository <mosra/m.css>` of m.css into your project, for
+example as a submodule:
.. code:: sh
add :py:`m.math` package to your :py:`PLUGINS` in ``pelicanconf.py``. This
plugin assumes presence of `m.htmlsanity <{filename}/plugins/htmlsanity.rst>`_.
+.. note-danger::
+
+ Note that this plugin, unlike most of the others, requires at least Python
+ 3.5 to run properly.
+
.. code:: python
PLUGINS += ['m.htmlsanity', 'm.math']