diff options
author | ryanbriscall <ryanbriscall@gmail.com> | 2017-07-17 07:51:54 +0200 |
---|---|---|
committer | ryanbriscall <ryanbriscall@gmail.com> | 2017-07-17 07:51:54 +0200 |
commit | 9cce9b7dd19ab6843af6925a1910cdf0924f0736 (patch) | |
tree | fa40eb0e6aea2bda2122436f19fcf7e0f00e7bc5 /user_guide_src/README.rst | |
parent | 2ce3173415226a34ded78ff24556178cb41c7269 (diff) |
updates prerequisites text to clarify v2.7 requirement of Python for Sphinx.
Diffstat (limited to 'user_guide_src/README.rst')
-rw-r--r-- | user_guide_src/README.rst | 8 |
1 files changed, 5 insertions, 3 deletions
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 ============ |