From 74f67dfc7e77aba23c2e3370023b5d59d224d8ee Mon Sep 17 00:00:00 2001 From: Mark Gurevich Date: Tue, 12 Jul 2016 13:47:19 -0400 Subject: [PATCH] Update README file --- docs/README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 05e277f85..175295970 100644 --- a/docs/README.md +++ b/docs/README.md @@ -13,10 +13,19 @@ The documentation project is written in restructured text (.rst) using Sphinx an * Clone the project -* Using pip, install sphinx (See: http://pip.readthedocs.org/) +* Using pip, install or update sphinx (See: http://pip.readthedocs.org/) ``` pip install sphinx ``` + or + ``` + pip install sphinx --upgrade + ``` + +* Using pip, install ReadTheDocs theme + ``` + pip install sphinx_rtd_theme + ``` * Build the Docs ```