From 88ab49174890e7ab8f76c35f075a045ece619ed5 Mon Sep 17 00:00:00 2001 From: ericsnowcurrently Date: Wed, 5 Oct 2016 11:18:45 -0700 Subject: [PATCH] Use a more contemporary install command for .rst format. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 92e570c3..2b153719 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ you wish to run the library. You can also run `script/bootstrap` to fetch them a * [.org](http://orgmode.org/) -- `gem install org-ruby` * [.creole](http://wikicreole.org/) -- `gem install creole` * [.mediawiki, .wiki](http://www.mediawiki.org/wiki/Help:Formatting) -- `gem install wikicloth` -* [.rst](http://docutils.sourceforge.net/rst.html) -- `easy_install docutils` +* [.rst](http://docutils.sourceforge.net/rst.html) -- `python3 -m pip install sphinx` * [.asciidoc, .adoc, .asc](http://asciidoc.org/) -- `gem install asciidoctor` (http://asciidoctor.org) * [.pod](http://search.cpan.org/dist/perl/pod/perlpod.pod) -- `Pod::Simple::HTML` comes with Perl >= 5.10. Lower versions should install [Pod::Simple](http://search.cpan.org/~dwheeler/Pod-Simple-3.28/lib/Pod/Simple.pod) from CPAN.