Skip to content

Commit

Permalink
chore: change installation instructions to utilize Git install
Browse files Browse the repository at this point in the history
[MAINTENANCE] Change installation instructions to utilize Git install
  • Loading branch information
cdkini authored Aug 2, 2022
2 parents 7ab0ceb + a835ecb commit 61e72ca
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ Note that `dgtest` only works with codebases that use `pytest` as a testing fram

To get started, install the CLI tool using:
```bash
# Get latest version from PyPi
pip install dgtest

# Get latest development version
# Option 1: Local install
git clone [email protected]:superconductive/dgtest.git
pip install -e .

# Option 2: Git install
pip install -e git+https://github.com/superconductive/dgtest/#egg=dgtest
```

`dgtest` uses the following dependencies under the hood:
Expand Down

0 comments on commit 61e72ca

Please sign in to comment.