Skip to content

Commit 44b1a69

Browse files
committed
show dev and test optionals in dev install steps
1 parent 7a93a81 commit 44b1a69

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
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)