Merge pull request #75 from simark/readme
authorMichael Jeanson <mjeanson@gmail.com>
Fri, 8 Oct 2021 20:15:48 +0000 (16:15 -0400)
committerGitHub <noreply@github.com>
Fri, 8 Oct 2021 20:15:48 +0000 (16:15 -0400)
Update jenkins-job-builder installation instructions in README

README.md

index f3a0a9d58a891ee5399822dd93acf5d600101fe3..0d842bf4dd9450b3f4256563accf4657abbadaa8 100644 (file)
--- a/README.md
+++ b/README.md
@@ -3,12 +3,11 @@
 This repository holds the configuration of the LTTng Jenkins jobs. It is
 meant to be used with Jenkins Job Builder from the OpenStack Foundation.
 
-A patched version of JJB is currently required with this repository, it
-can be installed directly from github :
+It can be installed with:
 
-    $ virtualenv -p python2 .venv
+    $ virtualenv -p python3 .venv
     $ . .venv/bin/activate
-    $ pip install git+git://github.com/lttng/jenkins-job-builder
+    $ pip install jenkins-job-builder
 
 
 ## Example Usage
This page took 0.024186 seconds and 4 git commands to generate.