File tree 2 files changed +2
-6
lines changed
2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -49,9 +49,7 @@ The latest release of CBI is version 2.0.0. To download and install this
49
49
release, run the following:
50
50
51
51
```
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
55
53
```
56
54
57
55
We strongly recommend installing CBI within a [ virtual
Original file line number Diff line number Diff line change @@ -62,9 +62,7 @@ Installation
62
62
The latest release of CBI is version 2.0.0. To download and install this
63
63
release, run the following::
64
64
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
68
66
69
67
We strongly recommend installing CBI within a virtual environment, to simplify
70
68
dependency management and improve security. Some alternative methods of
You can’t perform that action at this time.
0 commit comments