From 9750c136659237d9d5b5a723658b1b9b4deca411 Mon Sep 17 00:00:00 2001 From: Jenselme Date: Tue, 22 Apr 2014 00:05:08 +0200 Subject: [PATCH] Add dependency information. --- creole_reader/Readme.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/creole_reader/Readme.md b/creole_reader/Readme.md index 4db3eab..d478bf2 100644 --- a/creole_reader/Readme.md +++ b/creole_reader/Readme.md @@ -1,9 +1,13 @@ # Creole Reader This plugins allows you to write your posts using the wikicreole syntax. Give to -these files the creole extension. The medata are between <
> <
> +these files the creole extension. The medata are between `<
> <
>` tags. +## Dependency +This plugin relies on [python-creole](https://pypi.python.org/pypi/python-creole/) to work. Install it with: +`pip install python-creole` + ## Syntax Use ** for strong, // for emphasis, one = for 1st level titles.