Skip to content

Commit 827911f

Browse files
committed
Simplify pip install instructions
Signed-off-by: John Pennycook <john.pennycook@intel.com>
1 parent f2a505b commit 827911f

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,7 @@ The latest release of CBI is version 2.0.0. To download and install this
4949
release, run the following:
5050

5151
```
52-
git clone --branch 2.0.0 https://github.com/intel/code-base-investigator.git
53-
cd code-base-investigator
54-
pip install .
52+
pip install git+https://github.com/intel/code-base-investigator@2.0.0
5553
```
5654

5755
We strongly recommend installing CBI within a [virtual

docs/source/index.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,7 @@ Installation
6262
The latest release of CBI is version 2.0.0. To download and install this
6363
release, run the following::
6464

65-
$ git clone --branch 2.0.0 https://github.com/intel/code-base-investigator.git
66-
$ cd code-base-investigator
67-
$ pip install .
65+
$ pip install git+https://github.com/intel/code-base-investigator@2.0.0
6866

6967
We strongly recommend installing CBI within a virtual environment, to simplify
7068
dependency management and improve security. Some alternative methods of

0 commit comments

Comments
 (0)