Add instructions how to install Sphinx to top of tutorial

This commit is contained in:
Matt Hickford 2014-09-14 17:19:32 +00:00
parent 90c7adba6d
commit f5567e03fa

View File

@ -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
------------------------------------