From 2ce3173415226a34ded78ff24556178cb41c7269 Mon Sep 17 00:00:00 2001 From: ryanbriscall Date: Sun, 16 Jul 2017 12:17:34 -0600 Subject: updates version of sphinx to 1.6.3 for easyinstall command in step 2 of user_guide_src/README. --- user_guide_src/README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'user_guide_src') diff --git a/user_guide_src/README.rst b/user_guide_src/README.rst index d645adb73..b6606bf24 100644 --- a/user_guide_src/README.rst +++ b/user_guide_src/README.rst @@ -23,7 +23,7 @@ Installation ============ 1. Install `easy_install `_ -2. ``easy_install "sphinx==1.2.3"`` +2. ``easy_install "sphinx==1.6.3"`` 3. ``easy_install "sphinxcontrib-phpdomain==0.1.3.post1"`` 4. Install the CI Lexer which allows PHP, HTML, CSS, and JavaScript syntax highlighting in code examples (see *cilexer/README*) 5. ``cd user_guide_src`` -- cgit v1.2.3-24-g4f1b From 9cce9b7dd19ab6843af6925a1910cdf0924f0736 Mon Sep 17 00:00:00 2001 From: ryanbriscall Date: Sun, 16 Jul 2017 23:51:54 -0600 Subject: updates prerequisites text to clarify v2.7 requirement of Python for Sphinx. --- user_guide_src/README.rst | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'user_guide_src') diff --git a/user_guide_src/README.rst b/user_guide_src/README.rst index b6606bf24..b31db7cf8 100644 --- a/user_guide_src/README.rst +++ b/user_guide_src/README.rst @@ -13,11 +13,13 @@ output it to various formats. Pages are written in human-readable Prerequisites ============= -Sphinx requires Python, which is already installed if you are running OS X. +Sphinx requires Python 2.7. If you are on OS X, then you already have Python. You can confirm in a Terminal window by executing the ``python`` command without any parameters. It should load up and tell you which version you have -installed. If you're not on 2.7+, go ahead and install 2.7.2 from -http://python.org/download/releases/2.7.2/ +installed. + +Note: If you're not on Python 2.7, then you must upgrade. E.g. Install 2.7.2 +from http://python.org/download/releases/2.7.2/ Installation ============ -- cgit v1.2.3-24-g4f1b