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 9d09caf commit 283d002Copy full SHA for 283d002
1 file changed
README.md
@@ -56,11 +56,15 @@ that README and the corresponding tests in parallel.
56
57
GraphQL-core 3 can be installed from PyPI using the built-in pip command:
58
59
- python -m pip install graphql-core
+```sh
60
+python -m pip install graphql-core
61
+```
62
63
Or, if you prefer [uv](https://github.com/astral-sh/uv):
64
- uv pip install graphql-core
65
66
+uv pip install graphql-core
67
68
69
70
## Usage
0 commit comments