Skip to content

Commit da6d040

Browse files
committed
Update install docs for pip as well
1 parent da01bfe commit da6d040

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ README and the corresponding tests in parallel.
4646

4747
GraphQL-core 3 can be installed from PyPI using the built-in pip command:
4848

49-
python -m pip install "graphql-core>=3"
49+
python -m pip install "graphql-core>=3a"
5050

5151
Alternatively, you can also use [pipenv](https://docs.pipenv.org/) for installation in a
5252
virtual environment:

docs/intro.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Getting started
3131

3232
You can install GraphQL-core 3 using pip_::
3333

34-
pip install "graphql-core>=3"
34+
pip install "graphql-core>=3a"
3535

3636
You can also install GraphQL-core 3 with pipenv_, if you prefer that::
3737

0 commit comments

Comments
 (0)