From 94378b17914ec0c4fc997a6e9d781021ea0251ed 2012-09-12 17:29:33 From: Fernando Perez Date: 2012-09-12 17:29:33 Subject: [PATCH] Update markdown requirement. --- diff --git a/README.rst b/README.rst index a86c7e3..d50d78b 100644 --- a/README.rst +++ b/README.rst @@ -19,7 +19,12 @@ As these tools mature, these utilities will be merged into IPython. Requirements ============ -The latest development version of doctest is required. This can be installed +You will need the `python markdown module +`_ :: + + $ pip install markdown + +as well as the latest development version of docutils. This can be installed via :: $ curl http://docutils.svn.sourceforge.net/viewvc/docutils/trunk/docutils/?view=tar > docutils.tgz