From 9bb036379c23eb10f9d8de271cda4ca128587fb8 Mon Sep 17 00:00:00 2001 From: Adam Harwell Date: Thu, 3 Mar 2016 12:26:13 -0600 Subject: [PATCH] Update docs to include installation via pypi Change-Id: Iad36cba6cc27770c69499ec7c402ff48f1f0380e --- doc/source/installation.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/source/installation.rst b/doc/source/installation.rst index 642578917..aeb911905 100644 --- a/doc/source/installation.rst +++ b/doc/source/installation.rst @@ -1,10 +1,14 @@ Installation ============ -To install Jenkins Job Builder, run:: +To install Jenkins Job Builder from source, run:: sudo python setup.py install +Alternatively, the current release can be installed from pypi:: + + sudo pip install jenkins-job-builder + The OpenStack project uses Puppet to manage its infrastructure systems, including Jenkins. If you use Puppet, you can use the `OpenStack Jenkins module`__ to install Jenkins Job Builder.