mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Split hard and soft dependencies in getting_started doc.
This commit is contained in:
parent
6fc6a4dac9
commit
09f964ffcb
1 changed files with 5 additions and 4 deletions
|
|
@ -23,13 +23,14 @@ At this time, pelican is dependent of the following python packages:
|
||||||
|
|
||||||
* feedgenerator, to generate the ATOM feeds.
|
* feedgenerator, to generate the ATOM feeds.
|
||||||
* jinja2, for templating support.
|
* 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`.
|
If you're not using python 2.7, you will also need `argparse`.
|
||||||
|
|
||||||
All those dependencies will be processed automatically if you install pelican
|
Optionally:
|
||||||
using setuptools/distribute or pip.
|
|
||||||
|
* docutils, for reST support
|
||||||
|
* pygments, to have syntactic colorization with resT input
|
||||||
|
* Markdown, for Markdown as an input format
|
||||||
|
|
||||||
Writing articles using pelican
|
Writing articles using pelican
|
||||||
==============================
|
==============================
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue