Info in a nutshell
====================

**Pythons**: 2.7, 3.4+, PyPy 2 & 3

**Operating systems**: Linux, Windows, OSX, Unix

**Distribution names**:

* PyPI name: ``execnet``
* redhat fedora: ``python-execnet``
* debian: ``python-execnet``
* gentoo: ``dev-python/execnet``

**git repository**: https://github.com/pytest-dev/execnet

Installation
====================

Install via pip_::

    pip install execnet

Next checkout the basic api and examples:

.. toctree::
   :maxdepth: 1

   examples
   basics
   changelog

.. _pip: http://pypi.python.org/pypi/pip
.. _`github repository`: https://github.com/pytest-dev/execnet
.. _`execnet git repository`: https://github.com/pytest-dev/execnet
.. _`pypi release`: http://pypi.python.org/pypi/execnet
.. _setuptools: http://pypi.python.org/pypi/setuptools
.. _distribute: http://pypi.python.org/pypi/distribute
