From 883033bbb78e260132d5038aac8d1d0e0b86e2f0 Mon Sep 17 00:00:00 2001 From: posativ Date: Sun, 3 Jun 2012 00:55:19 +0200 Subject: [PATCH] explain additional supported modules --- docs/installation.rst | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/docs/installation.rst b/docs/installation.rst index 61ddd952..4f5bceeb 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -33,10 +33,20 @@ translitcodec are not must-have dependency). Avoid removing ``translitcodec`` egg after you started writing your blog. It might break all your permanent links. -If you want a full featured installation:: +Additional Supported Modules +---------------------------- - $> easy_install -U docutils pygments asciimathml smartypants +- ``docutils`` for reStructuredText support +- ``textile`` for Textile support +- ``pygments`` for syntax highlighting +- ``asciimathml`` to write AsciiMathML in Markdown +- ``smartypants`` for nicer typography +- ``pyyaml`` to use the official YAML parser +Windows +******* + +Not supported currently. Python 3 ********