Split hard and soft dependencies in getting_started doc.

This commit is contained in:
James Rowe 2011-02-26 16:17:20 +00:00
commit 09f964ffcb

View file

@ -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
==============================