From 45417832e105fd8c2c4dba90648b6518bdea24ae Mon Sep 17 00:00:00 2001 From: Justin Mayer Date: Sun, 2 Nov 2014 13:49:31 -0800 Subject: [PATCH] Document Markdown inclusion in Quickstart install --- docs/quickstart.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/quickstart.rst b/docs/quickstart.rst index fb90b002..4fe75d98 100644 --- a/docs/quickstart.rst +++ b/docs/quickstart.rst @@ -7,8 +7,9 @@ impatient, following are some quick steps to get started. Installation ------------ -Install Pelican on Python 2.7.x or Python 3.3+ by running the following command -in your preferred terminal, prefixing with ``sudo`` if permissions warrant:: +Install Pelican (and optionally Markdown if you intend to use it) on Python +2.7.x or Python 3.3+ by running the following command in your preferred +terminal, prefixing with ``sudo`` if permissions warrant:: pip install pelican markdown