forked from github/pelican
Add a list of dependencies to the README.
This commit is contained in:
parent
aa30ca9256
commit
101d171bf7
1 changed files with 15 additions and 0 deletions
15
README.rst
15
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
|
||||
-----------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue