summaryrefslogtreecommitdiff
path: root/doc/tutorial.rst
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
commitf5567e03face18af00ee9407f1c2514f68da906e (patch)
tree85174da02642f789c7afd217f2e083d39a840d94 /doc/tutorial.rst
parent90c7adba6d446f0b130b13b6758e3005a8f5ebb3 (diff)
downloadsphinx-git-f5567e03face18af00ee9407f1c2514f68da906e.tar.gz
Add instructions how to install Sphinx to top of tutorial
Diffstat (limited to 'doc/tutorial.rst')
-rw-r--r--doc/tutorial.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/tutorial.rst b/doc/tutorial.rst
index 777f115c2..dcfc40958 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
------------------------------------