Skip to content

Commit

Permalink
chore(docs): pip install in contributing.md [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
lsattolo committed Jan 30, 2024
1 parent 1b312ac commit 51a91b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Ready to contribute? Here's how to set yourself up for local development.
3. Install the project in development mode with the tests and linting dependencies:

```shell
$ pip install --editable .[tests]
$ pip install --editable '.[tests]'
```

4. Create a branch for local development:
Expand Down

0 comments on commit 51a91b6

Please sign in to comment.