execnet: rapid multi-Python deployment

home |  install |  examples |  basic API |  support 

Previous topic

gateway_base.py

Next topic

examples

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: