Skip to content

Commit 3e5b361

Browse files
committed
Fix the command to install dependencies including dev dependencies
1 parent 73729e1 commit 3e5b361

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ git clone git@github.com:prodigyeducation/python-graphql-client.git
2828
After that you'll need to install the required python dependencies as well as development dependencies for linting the project.
2929

3030
```bash
31-
pip install -e .["dev"]
31+
pip install -e ."[dev]"
3232
```
3333

3434
Finally, you should make sure `pre-commit` has setup the git hooks on your machine by running the following command. This will run the automated checks every time you commit.

0 commit comments

Comments
 (0)