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
This commit is contained in:
Georg Brandl 2014-09-14 19:24:03 +02:00
commit 8b76c848d1

View File

@ -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 %}