File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ GraphQL-core 3 can be installed from PyPI using the built-in pip command:
5151Alternatively, you can also use [ pipenv] ( https://docs.pipenv.org/ ) for installation in a
5252virtual environment:
5353
54- pipenv install "graphql-core>=3 "
54+ pipenv install --pre "graphql-core>=3a "
5555
5656
5757## Usage
@@ -237,10 +237,10 @@ The GraphQL-core 3 library
237237 by the [ GraphQL foundation] ( https://gql.foundation/join/ )
238238
239239Please watch the recording of Lee Byron's short keynote on the
240- [ history of GraphQL] ( https://www.youtube.com/watch?v=VjHWkBr3tjI )
240+ [ history of GraphQL] ( https://www.youtube.com/watch?v=VjHWkBr3tjI )
241241at the open source leadership summit 2019 to better understand
242242how and why GraphQL was created at Facebook and then became open sourced
243- and ported to many different programming languages.
243+ and ported to many different programming languages.
244244
245245
246246## License
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ You can install GraphQL-core 3 using pip_::
3535
3636You can also install GraphQL-core 3 with pipenv _, if you prefer that::
3737
38- pipenv install "graphql-core>=3 "
38+ pipenv install --pre "graphql-core>=3a "
3939
4040Now you can start using GraphQL-core 3 by importing from the top-level
4141:mod: `graphql ` package. Nearly everything defined in the sub-packages
You can’t perform that action at this time.
0 commit comments