Skip to content

Commit

Permalink
Update documentation (#50)
Browse files Browse the repository at this point in the history
Update docs with alpha release install instructions for pipenv.
  • Loading branch information
CorrosiveKid authored and Cito committed Aug 28, 2019
1 parent d8880cf commit da01bfe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ GraphQL-core 3 can be installed from PyPI using the built-in pip command:
Alternatively, you can also use [pipenv](https://docs.pipenv.org/) for installation in a
virtual environment:

pipenv install "graphql-core>=3"
pipenv install --pre "graphql-core>=3a"


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

Please watch the recording of Lee Byron's short keynote on the
[history of GraphQL](https://www.youtube.com/watch?v=VjHWkBr3tjI)
[history of GraphQL](https://www.youtube.com/watch?v=VjHWkBr3tjI)
at the open source leadership summit 2019 to better understand
how and why GraphQL was created at Facebook and then became open sourced
and ported to many different programming languages.
and ported to many different programming languages.


## License
Expand Down
2 changes: 1 addition & 1 deletion docs/intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ You can install GraphQL-core 3 using pip_::

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

pipenv install "graphql-core>=3"
pipenv install --pre "graphql-core>=3a"

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

0 comments on commit da01bfe

Please sign in to comment.