##// END OF EJS Templates
Update markdown requirement.
Fernando Perez -
Show More
@@ -19,7 +19,12 b' As these tools mature, these utilities will be merged into IPython.'
19 Requirements
19 Requirements
20 ============
20 ============
21
21
22 The latest development version of doctest is required. This can be installed
22 You will need the `python markdown module
23 <http://pypi.python.org/pypi/Markdown>`_ ::
24
25 $ pip install markdown
26
27 as well as the latest development version of docutils. This can be installed
23 via ::
28 via ::
24
29
25 $ curl http://docutils.svn.sourceforge.net/viewvc/docutils/trunk/docutils/?view=tar > docutils.tgz
30 $ curl http://docutils.svn.sourceforge.net/viewvc/docutils/trunk/docutils/?view=tar > docutils.tgz
General Comments 0
You need to be logged in to leave comments. Login now