Skip to content

Commit

Permalink
Merge pull request #255 from tvoirand/update-contributing
Browse files Browse the repository at this point in the history
Update setup section in contributing guide
  • Loading branch information
coordt authored Nov 14, 2024
2 parents 1984ca3 + 4bc279b commit 0a9506b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,8 @@ cd bump-my-version
python -m venv env
source env/bin/activate

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

### Run tests
Expand Down

0 comments on commit 0a9506b

Please sign in to comment.