Skip to content

Commit 8fc2519

Browse files
committed
Update documentation
Update documentation with improved installation instructions for pipenv.
1 parent d8880cf commit 8fc2519

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ GraphQL-core 3 can be installed from PyPI using the built-in pip command:
5151
Alternatively, you can also use [pipenv](https://docs.pipenv.org/) for installation in a
5252
virtual environment:
5353

54-
pipenv install "graphql-core>=3"
54+
pipenv install "graphql-core>=3<4"
5555

5656

5757
## Usage
@@ -237,10 +237,10 @@ The GraphQL-core 3 library
237237
by the [GraphQL foundation](https://gql.foundation/join/)
238238

239239
Please 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)
241241
at the open source leadership summit 2019 to better understand
242242
how 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

docs/intro.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ You can install GraphQL-core 3 using pip_::
3535

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

38-
pipenv install "graphql-core>=3"
38+
pipenv install "graphql-core>=3<4"
3939

4040
Now you can start using GraphQL-core 3 by importing from the top-level
4141
:mod:`graphql` package. Nearly everything defined in the sub-packages

0 commit comments

Comments
 (0)