home |
install |
examples |
basic API |
support
Pythons: 2.4, 2.5, 2.6, 2.7, 3.0, 3.1.x, 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:
hg repository: https://bitbucket.org/hpk42/execnet
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: