Update docs to include installation via pypi

Change-Id: Iad36cba6cc27770c69499ec7c402ff48f1f0380e
This commit is contained in:
Adam Harwell 2016-03-03 12:26:13 -06:00
parent d36262728b
commit 9bb036379c
1 changed files with 5 additions and 1 deletions

View File

@ -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.