1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
<h3>Download</h3>
{% if version.endswith('(hg)') %}
<p>This documentation is for version <b>{{ version }}</b>, which is
not released yet.</p>
<p>You can use it from the
<a href="https://github.com/pytest-dev/execnet">Git repo</a> or look for
released versions in the <a href="http://pypi.python.org/pypi/execnet">Python
Package Index</a>.</p>
{% else %}
<p>Current: <b>{{ version }}</b>
[<a href="{{ pathto('changelog') }}">Changes</a>]</p>
<p>Get execnet from the <a href="http://pypi.python.org/pypi/execnet">Python Package
Index</a>, or install it with:</p>
<pre>pip install -U execnet</pre>
{% endif %}
<h3>Questions? Suggestions?</h3>
<p>Join <a href="http://mail.python.org/mailman/listinfo/execnet-dev">
execnet-dev mailing list </a></p>
<p>come to <tt>#pytest</tt> on Libera Chat</p>
|