From 101d171bf794f0e4c06a0cc456ef1770f6b97c10 Mon Sep 17 00:00:00 2001 From: Alexis Metaireau Date: Sun, 7 Nov 2010 14:17:47 +0000 Subject: [PATCH] Add a list of dependencies to the README. --- README.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.rst b/README.rst index 3b57b17b..7f738388 100644 --- a/README.rst +++ b/README.rst @@ -78,6 +78,21 @@ Why the name "Pelican" ? Heh, you didnt noticed? "Pelican" is an anagram for "Calepin" ;) +Dependencies +------------ + +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 automaticaly if you install pelican +using setuptools/distribute or pip. + Source code -----------