Fix #59: use easy_install -U to upgrade existing versions.

This commit is contained in:
Georg Brandl
2008-11-27 18:26:24 +01:00
parent 80cccbdb00
commit 8225225139

View File

@@ -10,7 +10,7 @@
<p>Current version: <b>{{ version }}</b></p>
<p>Get Sphinx from the <a href="http://pypi.python.org/pypi/Sphinx">Python Package
Index</a>, or install it with:</p>
<pre>easy_install Sphinx</pre>
<pre>easy_install -U Sphinx</pre>
{% endif %}
<h3>Questions? Suggestions?</h3>