summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-09-14 19:24:03 +0200
committerGeorg Brandl <georg@python.org>2014-09-14 19:24:03 +0200
commit04d778e92a6a227ade72feea4e63ececf08699ba (patch)
treead26f2b15f5bf38bcf4e0dfa05fc37e98e5b9725
parent76455e2c00acd8bb54213b37d93d19c1a64e4a9b (diff)
parent29e7d647f44a3f2005e4b512b4744dc15f5f8ee6 (diff)
downloadsphinx-04d778e92a6a227ade72feea4e63ececf08699ba.tar.gz
Merged in hickford/sphinx/hickford/explain-how-to-install-sphinx-with-pip-r-1410714824122 (pull request #286)
Explain how to install Sphinx with pip (rather than easy_install). Fixes #1447
-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 %}