From 72bddfedbbabd46aeb3d20bf6ebe7e9e3be1b8a6 Mon Sep 17 00:00:00 2001 From: Donghui Wang <977675308@qq.com> Date: Sat, 30 Apr 2022 23:18:41 +0800 Subject: [PATCH] update pip install cmd when install jjb from source Change-Id: I77d00710c0b99765204aa116e404585b3fd27e5f --- doc/source/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/installation.rst b/doc/source/installation.rst index fffc02a1f..a1bd99f8d 100644 --- a/doc/source/installation.rst +++ b/doc/source/installation.rst @@ -3,7 +3,7 @@ Installation To install Jenkins Job Builder from source, run:: - pip install --user jenkins-job-builder + pip install git+https://opendev.org/jjb/jenkins-job-builder/ A virtual environment is recommended for development. For example, Jenkins Job Builder may be installed from the top level directory::