We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da01bfe commit da6d040Copy full SHA for da6d040
README.md
@@ -46,7 +46,7 @@ README and the corresponding tests in parallel.
46
47
GraphQL-core 3 can be installed from PyPI using the built-in pip command:
48
49
- python -m pip install "graphql-core>=3"
+ python -m pip install "graphql-core>=3a"
50
51
Alternatively, you can also use [pipenv](https://docs.pipenv.org/) for installation in a
52
virtual environment:
docs/intro.rst
@@ -31,7 +31,7 @@ Getting started
31
32
You can install GraphQL-core 3 using pip_::
33
34
- pip install "graphql-core>=3"
+ pip install "graphql-core>=3a"
35
36
You can also install GraphQL-core 3 with pipenv_, if you prefer that::
37
0 commit comments