Skip to content
Snippets Groups Projects
Commit 283a0553 authored by Greg Wilson's avatar Greg Wilson
Browse files

Merge pull request #101 from abought/add_requirements

Add requirements.txt to gh-pages branch
parents 56082e32 72a3c023
Branches
Tags
No related merge requests found
...@@ -73,13 +73,13 @@ the `gh-pages` branch of their lesson website. To do this: ...@@ -73,13 +73,13 @@ the `gh-pages` branch of their lesson website. To do this:
1. [Install Pandoc](http://www.pandoc.org/installing) 1. [Install Pandoc](http://www.pandoc.org/installing)
2. Install pandocfilters, a Python module that helps with writing 2. All Python packages required for lesson creation and validation can
filters for Pandoc: be installed using:
~~~ ~~~
$ pip install pandocfilters $ pip install -r requirements.txt
~~~ ~~~
3. To convert Markdown files into HTML pages in the root directory, go 3. To convert Markdown files into HTML pages in the root directory, go
into the root directory of your lesson and run: into the root directory of your lesson and run:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment