This commit is contained in:
benoitc 2010-03-26 12:15:48 +01:00
parent dfb715b0cc
commit f3a8c224ab
2 changed files with 3 additions and 3 deletions

View File

@ -90,8 +90,8 @@ $ python setup.py develop
</pre> </pre>
</div> </div>
</div> </div>
<div class="section" id="installing-requirements-for-sleepy-application-handling"> <div class="section" id="installation-requirements-for-sleepy-application-handling">
<h1>Installing requirements for sleepy application handling</h1> <h1>Installation requirements for sleepy application handling</h1>
<p>If you want to handle <a class="reference external" href="faq.html">sleepy application</a> you will need to install <a class="reference external" href="http://eventlet.net">Eventlet</a> or <a class="reference external" href="http://gevent.org">Gevent</a>.</p> <p>If you want to handle <a class="reference external" href="faq.html">sleepy application</a> you will need to install <a class="reference external" href="http://eventlet.net">Eventlet</a> or <a class="reference external" href="http://gevent.org">Gevent</a>.</p>
<p>To install eventlet:</p> <p>To install eventlet:</p>
<pre class="literal-block"> <pre class="literal-block">

View File

@ -50,7 +50,7 @@ If you've cloned the git repository, its highly recommended that you use the ``d
$ python setup.py develop $ python setup.py develop
Installation requirements for sleepy application handling Installation requirements for sleepy application handling
------------------------------------------------------- ---------------------------------------------------------
If you want to handle `sleepy application <faq.html>`_ you will need to install `Eventlet`_ or `Gevent`_. If you want to handle `sleepy application <faq.html>`_ you will need to install `Eventlet`_ or `Gevent`_.