summaryrefslogtreecommitdiff
path: root/docs/internals/contributing
diff options
context:
space:
mode:
authorAymeric Augustin <aymeric.augustin@m4x.org>2012-03-03 09:11:54 +0000
committerAymeric Augustin <aymeric.augustin@m4x.org>2012-03-03 09:11:54 +0000
commitc0e73a4909832e0db7cac5345128979a21529786 (patch)
tree19ec2c67ab07314dd5d82c929acd8a3d013bd58a /docs/internals/contributing
parentd636150e533a2954f9b74aa6ca2e7375b18437ef (diff)
downloaddjango-c0e73a4909832e0db7cac5345128979a21529786.tar.gz
Fixed #9995 -- Updated the installation instructions to recommend pip. Also fixed ReST errors. Refs #9112.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17636 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/internals/contributing')
-rw-r--r--docs/internals/contributing/writing-documentation.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/internals/contributing/writing-documentation.txt b/docs/internals/contributing/writing-documentation.txt
index d61650a72e..c5a85764ba 100644
--- a/docs/internals/contributing/writing-documentation.txt
+++ b/docs/internals/contributing/writing-documentation.txt
@@ -29,7 +29,7 @@ __ http://sphinx.pocoo.org/
__ http://docutils.sourceforge.net/
To actually build the documentation locally, you'll currently need to install
-Sphinx -- ``easy_install Sphinx`` should do the trick.
+Sphinx -- ``sudo pip install Sphinx`` should do the trick.
.. note::