Info in a nutshell¶
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:
- 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: