mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Docs update of the pelican core install depedencies
This commit is contained in:
parent
02f984f7ef
commit
30c8825fa2
1 changed files with 5 additions and 2 deletions
|
|
@ -61,17 +61,20 @@ perform the same step to install the most recent version.
|
||||||
Dependencies
|
Dependencies
|
||||||
------------
|
------------
|
||||||
|
|
||||||
At this time, Pelican is dependent on the following Python packages:
|
At this time, Pelican core is dependent on 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, for syntax highlighting
|
||||||
* docutils, for supporting reStructuredText as an input format
|
* docutils, for supporting reStructuredText as an input format
|
||||||
|
* pytz, for timezone definitions
|
||||||
|
* blinker, an object-to-object and broadcast signaling system
|
||||||
|
* unidecode, for ASCII transliterations of Unicode text
|
||||||
|
|
||||||
If you're not using Python 2.7, you will also need the ``argparse`` package.
|
If you're not using Python 2.7, you will also need the ``argparse`` package.
|
||||||
|
|
||||||
Optionally:
|
Optionally:
|
||||||
|
|
||||||
* pygments, for syntax highlighting
|
|
||||||
* Markdown, for supporting Markdown as an input format
|
* Markdown, for supporting Markdown as an input format
|
||||||
* Typogrify, for typographical enhancements
|
* Typogrify, for typographical enhancements
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue