Skip to content

Commit 0a9506b

Browse files
authored
Merge pull request #255 from tvoirand/update-contributing
Update setup section in contributing guide
2 parents 1984ca3 + 4bc279b commit 0a9506b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,8 @@ cd bump-my-version
126126
python -m venv env
127127
source env/bin/activate
128128

129-
# Install the development requirements
130-
python -m pip install -r requirements/dev.txt
129+
# Install the project in editable mode with its optional dependencies
130+
python -m pip install -e .[dev,test]
131131
```
132132

133133
### Run tests

0 commit comments

Comments
 (0)