summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMatt Hickford <matt.hickford@gmail.com>2014-09-14 17:13:52 +0000
committerMatt Hickford <matt.hickford@gmail.com>2014-09-14 17:13:52 +0000
commit29e7d647f44a3f2005e4b512b4744dc15f5f8ee6 (patch)
treead26f2b15f5bf38bcf4e0dfa05fc37e98e5b9725 /doc
parent76455e2c00acd8bb54213b37d93d19c1a64e4a9b (diff)
downloadsphinx-29e7d647f44a3f2005e4b512b4744dc15f5f8ee6.tar.gz
Explain how to install Sphinx with pip (rather than easy_install). Fixes #1447
Diffstat (limited to 'doc')
-rw-r--r--doc/_templates/indexsidebar.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/_templates/indexsidebar.html b/doc/_templates/indexsidebar.html
index 4a350ae4..019b20fc 100644
--- a/doc/_templates/indexsidebar.html
+++ b/doc/_templates/indexsidebar.html
@@ -14,7 +14,7 @@
<p>{%trans%}Current version: <b>{{ version }}</b>{%endtrans%}</p>
<p>{%trans%}Get Sphinx from the <a href="http://pypi.python.org/pypi/Sphinx">Python Package
Index</a>, or install it with:{%endtrans%}</p>
-<pre>easy_install -U Sphinx</pre>
+<pre>pip install -U Sphinx</pre>
<p>{%trans%}Latest <a href="http://sphinx-doc.org/latest/">development version docs</a>
are also available.{%endtrans%}</p>
{% endif %}