From 09f964ffcbeda804f52133e5825a39577ae27f9d Mon Sep 17 00:00:00 2001 From: James Rowe Date: Sat, 26 Feb 2011 16:17:20 +0000 Subject: [PATCH] Split hard and soft dependencies in getting_started doc. --- docs/getting_started.rst | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/getting_started.rst b/docs/getting_started.rst index 442732be..d90e1fe8 100644 --- a/docs/getting_started.rst +++ b/docs/getting_started.rst @@ -23,13 +23,14 @@ At this time, pelican is dependent of the following python packages: * feedgenerator, to generate the ATOM feeds. * jinja2, for templating support. -* pygments, to have syntactic colorization -* docutils and Markdown If you're not using python 2.7, you will also need `argparse`. -All those dependencies will be processed automatically if you install pelican -using setuptools/distribute or pip. +Optionally: + +* docutils, for reST support +* pygments, to have syntactic colorization with resT input +* Markdown, for Markdown as an input format Writing articles using pelican ==============================