We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7ab0ceb + a835ecb commit 61e72caCopy full SHA for 61e72ca
1 file changed
README.md
@@ -33,12 +33,12 @@ Note that `dgtest` only works with codebases that use `pytest` as a testing fram
33
34
To get started, install the CLI tool using:
35
```bash
36
-# Get latest version from PyPi
37
-pip install dgtest
38
-
39
-# Get latest development version
+# Option 1: Local install
40
git clone git@github.com:superconductive/dgtest.git
41
pip install -e .
+
+# Option 2: Git install
+pip install -e git+https://github.com/superconductive/dgtest/#egg=dgtest
42
```
43
44
`dgtest` uses the following dependencies under the hood:
0 commit comments