##// END OF EJS Templates
Fix extension in README instructions
Fernando Perez -
Show More
@@ -23,7 +23,7 b' The latest development version of doctest is required. This can be installed'
23 via ::
23 via ::
24
24
25 $ curl http://docutils.svn.sourceforge.net/viewvc/docutils/trunk/docutils/?view=tar > docutils.tgz
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 Nbconvert also needs the `pandoc multiformat converter
28 Nbconvert also needs the `pandoc multiformat converter
29 <http://johnmacfarlane.net/pandoc>`_ to do the actual text conversions. Pandoc
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