From 835dadbd81a5150d6c572bc8674ff62db51d9c26 Mon Sep 17 00:00:00 2001 From: Joachim Neu Date: Sun, 2 Nov 2014 02:38:41 +0100 Subject: [PATCH] added dependencies to README --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8553326..5fdd03f 100644 --- a/README.md +++ b/README.md @@ -5,11 +5,18 @@ This [Pelican](https://github.com/getpelican/pelican) plugin adds a reader for M As the well-known static site generator [Jekyll](https://github.com/jekyll/jekyll) uses Markdown files with YAML metadata, this eases migration from Jekyll to Pelican. Also, YAML metadata allows for easier specification of more complex metadata, such as nested lists or dictionaries. +Dependencies +------------ + +(to be installed via `pip`) + +* `Markdown` +* `PyYAML` + Installation ------------ -Copy the `md_yaml` directory to the `plugins` directory of your Pelican project (or whatever directory you specified for plugins in Pelican's `PLUGIN_PATHS` setting) and add -`'md_yaml'` to the list of plugins (Pelican setting `PLUGINS`) of your project. +Copy the `md_yaml` directory to the `plugins` directory of your Pelican project (or whatever directory you specified for plugins in Pelican's `PLUGIN_PATHS` setting) and add `'md_yaml'` to the list of plugins (Pelican setting `PLUGINS`) of your project. Usage -----