From 8166a976a0e711ed895244a0e782ef13cbb5bdc6 Mon Sep 17 00:00:00 2001 From: Marc Abramowitz Date: Fri, 25 Apr 2014 13:01:09 -0700 Subject: [PATCH] Doc fixes Change-Id: I689f10b1da0d147b9b3b9b1ba1ba5592fea42f23 --- doc/source/install.rst | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/doc/source/install.rst b/doc/source/install.rst index 28e0799..31b0cca 100644 --- a/doc/source/install.rst +++ b/doc/source/install.rst @@ -3,7 +3,7 @@ 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``. ``pip``:: @@ -18,11 +18,10 @@ The module has been packaged since Ubuntu Oneiric (11.10):: apt-get install python-jenkins -And on Fedora 19 and later: +And on Fedora 19 and later:: yum 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:: +For development:: python setup.py develop