##// END OF EJS Templates
Fix extension in README instructions
Fernando Perez -
Show More
@@ -23,7 +23,7 The latest development version of doctest is required. This can be installed
23 23 via ::
24 24
25 25 $ curl http://docutils.svn.sourceforge.net/viewvc/docutils/trunk/docutils/?view=tar > docutils.tgz
26 $ pip install -U docutils.gz
26 $ pip install -U docutils.tgz
27 27
28 28 Nbconvert also needs the `pandoc multiformat converter
29 29 <http://johnmacfarlane.net/pandoc>`_ to do the actual text conversions. Pandoc
General Comments 0
You need to be logged in to leave comments. Login now