Skip to content

Commit

Permalink
docs: correcting missing 'install' command
Browse files Browse the repository at this point in the history
  • Loading branch information
fozy81 authored and gr2m committed Mar 8, 2017
1 parent 0e3ebfe commit 59d67ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/developers/CONTRIBUTING_DOCS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ To build the docs locally, you will need to install `python 2.7+ <https://www.py

Then install two pip packages: `Sphinx <http://www.sphinx-doc.org/en/stable/>`_ and `sphinx_rtd_theme <https://pypi.python.org/pypi/sphinx_rtd_theme>`_.

``sudo pip sphinx``
``sudo pip install sphinx``

``sudo pip sphinx_rtd_theme``
``sudo pip install sphinx_rtd_theme``

Change directory to ..hoodie/docs/

Expand Down

0 comments on commit 59d67ab

Please sign in to comment.