Skip to content

Commit d8b98b7

Browse files
KingDarBojajkimbo
andauthored
docs: Update CONTRIBUTING.md
Co-Authored-By: Jonathan Kim <jkimbo@gmail.com>
1 parent 9d37c7b commit d8b98b7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Then activate the environment with `conda activate graphql-sc-dev`.
4747
Proceed to install all dependencies by running:
4848

4949
```console
50-
pip install -e.[dev]
50+
pip install -e ".[dev]"
5151
```
5252

5353
And you ready to start development!
@@ -91,4 +91,3 @@ Then uncomment the `requires = tox-conda` line on `tox.ini` file.
9191

9292
Run `tox` and you will see all the environments being created
9393
and all passing tests. :rocket:
94-

0 commit comments

Comments
 (0)