Skip to content

Commit

Permalink
Fix typo in installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
stefmolin authored Jul 13, 2024
1 parent ee8d7b0 commit aba5409
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 @@ -9,7 +9,7 @@ Open up an issue describing in detail the bug or feature request you are proposi
Once you have been given the go ahead, you can start working on the code. Start by forking the project, cloning locally, and then creating a branch to work on. You will need to then install main dependencies as well as the `dev` dependencies, which can be done by running the following command:

```shell
$ pip -e '.[dev]'
$ pip install -e '.[dev]'
```

Set up the pre-commit hooks to make sure you can pass the CI checks:
Expand Down

0 comments on commit aba5409

Please sign in to comment.