summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-09-14 19:24:45 +0200
committerGeorg Brandl <georg@python.org>2014-09-14 19:24:45 +0200
commit82e5bfb9682208b941dddca1a0e448846beee1a0 (patch)
treea7b9a8f542e25c907cd8b64a56f76ebbb540a691
parent04d778e92a6a227ade72feea4e63ececf08699ba (diff)
parent05dfd2d16ae1cb71dac7bb152526fdc30f35516e (diff)
downloadsphinx-82e5bfb9682208b941dddca1a0e448846beee1a0.tar.gz
Merged in hickford/sphinx-1/hickford/add-instructions-how-to-install-sphinx-t-1410715164407 (pull request #287)
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
------------------------------------