Doc fixes

Change-Id: I689f10b1da0d147b9b3b9b1ba1ba5592fea42f23
This commit is contained in:
Marc Abramowitz 2014-04-25 13:01:09 -07:00
parent 5269924155
commit 8166a976a0

View File

@ -3,7 +3,7 @@
Installing Installing
========== ==========
The module is known to pip and Debian based distribution as The module is known to pip and Debian-based distributions as
``python-jenkins``. ``python-jenkins``.
``pip``:: ``pip``::
@ -18,11 +18,10 @@ The module has been packaged since Ubuntu Oneiric (11.10)::
apt-get install python-jenkins apt-get install python-jenkins
And on Fedora 19 and later: And on Fedora 19 and later::
yum install python-jenkins yum install python-jenkins
For developpement purpose you can get a fake module installed on your system For development::
that will point to your working copy. Simply use::
python setup.py develop python setup.py develop