From 92b232972e5ca65d279660213b4bb6dcbded2e6e Mon Sep 17 00:00:00 2001 From: Alexis Metaireau Date: Sun, 27 Nov 2011 18:00:29 +0100 Subject: [PATCH] add information about mardown in the FAQ --- docs/faq.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/faq.rst b/docs/faq.rst index bee1dd54..dbdf9692 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -36,3 +36,15 @@ a pull request, I'll review them as soon as possible. You can also contribute by creating themes, and making the documentation better. + +I want to use markdown, but I got an error +========================================== + +Markdown is not a hard dependency for pelican, so you will need to install it +by yourself. You can do so by typing:: + + $ (sudo) pip install markdown + +In case you don't have pip installed, consider installing it by doing:: + + $ (sudo) easy_install pip