Skip to content

Commit a986604

Browse files
authored
Merge pull request #79 from Preocts/preocts
show dev and test optionals in dev install steps
2 parents 7a93a81 + 44b1a69 commit a986604

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ Install editable library and development requirements:
127127
$ python -m pip install --upgrade pip
128128

129129
# Install editable version of library
130-
$ python -m pip install --editable .[dev]
130+
$ python -m pip install --editable .[dev,test]
131131
```
132132

133133
Install pre-commit [(see below for details)](#pre-commit):

0 commit comments

Comments
 (0)