Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6a02f3f

Browse files
committed
Add note to readme about needing latest docutils
1 parent a9e45cf commit 6a02f3f

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,14 @@ notebooks and standard formats:
1616

1717
As these tools mature, these utilities will be merged into IPython
1818

19+
Requirements
20+
============
21+
The latest development version of doctest is required. This can be installed via
22+
::
23+
24+
$ curl http://docutils.svn.sourceforge.net/viewvc/docutils/trunk/docutils/?view=tar > docutils.gz
25+
$ pip install -U docutils.gz
26+
1927
Running Tests
2028
=============
2129
::

0 commit comments

Comments
 (0)