update pip install cmd when install jjb from source

Change-Id: I77d00710c0b99765204aa116e404585b3fd27e5f
This commit is contained in:
Donghui Wang 2022-04-30 23:18:41 +08:00
parent be422af6bb
commit 72bddfedbb
1 changed files with 1 additions and 1 deletions

View File

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