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

**Pythons**: 2.7, 3.4+, Jython-2.5.1, PyPy-1.2

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

**Requirements**: plain distutils, setuptools_ or Distribute_

**Installers**: easy_install_ and pip_ or distutils

**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 a public `pypi release`_ via `easy_install`_ or pip_::

    easy_install -U execnet

        or

    pip install execnet

        or

    git clone https://github.com/pytest-dev/execnet.git
    python setup.py install # or 'develop' or add checkout path to PYTHONPATH

Next checkout the basic api and examples:

.. toctree::
   :maxdepth: 1

   examples
   basics
   changelog

.. _`easy_install`: http://peak.telecommunity.com/DevCenter/EasyInstall
.. _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



