Skip to content

Commit 61e72ca

Browse files
author
Chetan Kini
authored
chore: change installation instructions to utilize Git install
[MAINTENANCE] Change installation instructions to utilize Git install
2 parents 7ab0ceb + a835ecb commit 61e72ca

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ Note that `dgtest` only works with codebases that use `pytest` as a testing fram
3333

3434
To get started, install the CLI tool using:
3535
```bash
36-
# Get latest version from PyPi
37-
pip install dgtest
38-
39-
# Get latest development version
36+
# Option 1: Local install
4037
git clone git@github.com:superconductive/dgtest.git
4138
pip install -e .
39+
40+
# Option 2: Git install
41+
pip install -e git+https://github.com/superconductive/dgtest/#egg=dgtest
4242
```
4343

4444
`dgtest` uses the following dependencies under the hood:

0 commit comments

Comments
 (0)