summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Hickford <matt.hickford@gmail.com>2014-09-14 17:19:32 +0000
committerMatt Hickford <matt.hickford@gmail.com>2014-09-14 17:19:32 +0000
commit05dfd2d16ae1cb71dac7bb152526fdc30f35516e (patch)
tree85174da02642f789c7afd217f2e083d39a840d94
parent76455e2c00acd8bb54213b37d93d19c1a64e4a9b (diff)
downloadsphinx-05dfd2d16ae1cb71dac7bb152526fdc30f35516e.tar.gz
Add instructions how to install Sphinx to top of tutorial
-rw-r--r--doc/tutorial.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/tutorial.rst b/doc/tutorial.rst
index 777f115c..dcfc4095 100644
--- a/doc/tutorial.rst
+++ b/doc/tutorial.rst
@@ -9,6 +9,12 @@ while using Sphinx.
The green arrows designate "more info" links leading to advanced sections about
the described task.
+Install Sphinx
+--------------
+
+Install Sphinx from `PyPI <https://pypi.python.org/pypi/Sphinx>`_ ::
+
+ $ pip install Sphinx
Setting up the documentation sources
------------------------------------