Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9e45cf commit 6a02f3fCopy full SHA for 6a02f3f
1 file changed
README.rst
@@ -16,6 +16,14 @@ notebooks and standard formats:
16
17
As these tools mature, these utilities will be merged into IPython
18
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
27
Running Tests
28
=============
29
::
0 commit comments