python-jenkins/doc/source/install.rst

475 B

title

Installing

Installing

The module is known to pip and Debian based distribution as python-jenkins.

pip:

pip install python-jenkins

easy_install:

easy_install python-jenkins

The module has been packaged since Ubuntu Oneiric (11.10):

apt-get install python-jenkins

For developpement purpose you can get a fake module installed on your system that will point to your working copy. Simply use:

python setup.py develop