From efc51c5c630e42636f738f2741cab5005823db77 Mon Sep 17 00:00:00 2001 From: Aaron O'Leary Date: Wed, 12 Nov 2014 12:39:57 +0000 Subject: [PATCH] add pandoc dependencies to README --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 6839737c9..dc703f004 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,17 @@ create a new lesson: 8. Push your changes to GitHub for viewing. 9. Tell us where your lesson is so that we can use it and help you improve it. +### Dependencies + +1. [Install Pandoc]http://www.johnmacfarlane.net/pandoc/installing.html) + +2. Install pandocfilters, a python module that helps with writing + filters for pandoc: + + ~~~ + pip install pandocfilters + ~~~ + ## Why Use a Template? We organize our lessons in a standard way so that: