From 37b13033c61d24045b8182944c0964fffc8ff7d0 Mon Sep 17 00:00:00 2001 From: Corey Farwell Date: Sun, 21 Sep 2014 13:58:44 -0400 Subject: Removed sudo from pip commands in docs. --- docs/internals/contributing/writing-documentation.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/internals') diff --git a/docs/internals/contributing/writing-documentation.txt b/docs/internals/contributing/writing-documentation.txt index 8b842eff2a..aec51b0742 100644 --- a/docs/internals/contributing/writing-documentation.txt +++ b/docs/internals/contributing/writing-documentation.txt @@ -46,7 +46,7 @@ __ http://sphinx-doc.org/ __ http://docutils.sourceforge.net/ To actually build the documentation locally, you'll currently need to install -Sphinx -- ``sudo pip install Sphinx`` should do the trick. +Sphinx -- ``pip install Sphinx`` should do the trick. .. note:: -- cgit v1.3