We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d37c7b commit d8b98b7Copy full SHA for d8b98b7
CONTRIBUTING.md
@@ -47,7 +47,7 @@ Then activate the environment with `conda activate graphql-sc-dev`.
47
Proceed to install all dependencies by running:
48
49
```console
50
-pip install -e.[dev]
+pip install -e ".[dev]"
51
```
52
53
And you ready to start development!
@@ -91,4 +91,3 @@ Then uncomment the `requires = tox-conda` line on `tox.ini` file.
91
92
Run `tox` and you will see all the environments being created
93
and all passing tests. :rocket:
94
-
0 commit comments