소스 검색

Add dependency information.

Jenselme 11 년 전
부모
커밋
9750c13665
1개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. 5 1
      creole_reader/Readme.md

+ 5 - 1
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 <<header>> <</header>>
+these files the creole extension. The medata are between `<<header>> <</header>>`
 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.