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

Install a public `pypi release`_ via `easy_install`_ or pip_::

    easy_install -U execnet
        
        or
    
    pip install execnet

        or

    hg clone https://hpk42@bitbucket.org/hpk42/execnet/
    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
.. _`bitbucket repository`: http://bitbucket.org/hpk42/execnet/
.. _`execnet mercurial repository`: http://bitbucket.org/hpk42/execnet/
.. _`pypi release`: http://pypi.python.org/pypi/execnet




