Skip to content

Commit

Permalink
Update setup section in contributing guide
Browse files Browse the repository at this point in the history
Use extra dependencies specifier (referring to pyproject.toml) in the instructions, instead of requirements txt files (which were removed in previous commits).
  • Loading branch information
tvoirand committed Nov 14, 2024
1 parent 1984ca3 commit 4bc279b
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 4bc279b

Please sign in to comment.