Show More
@@ -19,7 +19,12 b' As these tools mature, these utilities will be merged into IPython.' | |||
|
19 | 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 | 28 | via :: |
|
24 | 29 | |
|
25 | 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