Skip to content

Commit 0cc4e7b

Browse files
committed
fix a broken pip command reference in CONTRIBUTING.md
1 parent 6e92bb7 commit 0cc4e7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ virtualenv gql-dev
3131
Activate the virtualenv and install dependencies by running:
3232

3333
```console
34-
python pip install -e.[dev]
34+
python -m pip install -e.[dev]
3535
```
3636

3737
If you are using Linux or MacOS, you can make use of Makefile command

0 commit comments

Comments
 (0)