mirror of
https://github.com/graphql-python/graphene.git
synced 2024-11-10 19:56:45 +03:00
Updated docs to use stable version of Graphene 2.0
This commit is contained in:
parent
d65e431619
commit
34d03a7bd2
|
@ -32,7 +32,7 @@ Also, Graphene is fully compatible with the GraphQL spec, working seamlessly wit
|
||||||
For instaling graphene, just run this command in your shell
|
For instaling graphene, just run this command in your shell
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
pip install "graphene>=2.0.dev"
|
pip install "graphene>=2.0"
|
||||||
```
|
```
|
||||||
|
|
||||||
## 2.0 Upgrade Guide
|
## 2.0 Upgrade Guide
|
||||||
|
|
|
@ -20,7 +20,7 @@ Project setup
|
||||||
|
|
||||||
.. code:: bash
|
.. code:: bash
|
||||||
|
|
||||||
pip install "graphene>=2.0.dev"
|
pip install "graphene>=2.0"
|
||||||
|
|
||||||
Creating a basic Schema
|
Creating a basic Schema
|
||||||
-----------------------
|
-----------------------
|
||||||
|
|
Loading…
Reference in New Issue
Block a user