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 `_ :: + + $ pip install Sphinx Setting up the documentation sources ------------------------------------