File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 88- pypy
99install :
1010- pip install pytest pytest-cov coveralls flake8
11- - pip install git+https://github.com/dittos/ graphql-py.git # Last version of graphql-py
11+ - pip install graphql-core==0.1a0
1212- python setup.py develop
1313script :
1414- py.test --cov=graphql_relay
Original file line number Diff line number Diff line change @@ -35,14 +35,14 @@ overview describes a simple set of examples that exist as
3535this repository is to walk through that documentation and the
3636corresponding tests in this library together.
3737
38- Using Relay Library for GraphQL Python (graphqllib )
38+ Using Relay Library for GraphQL Python (graphql-core )
3939---------------------------------------------------
4040
4141Install Relay Library for GraphQL Python
4242
4343.. code :: sh
4444
45- pip install git+https://github.com/ graphql-python/graphql- core.git # Last version of graphqllib
45+ pip install graphql-core --pre # Last version of graphql-core
4646 pip install graphql-relay
4747
4848 When building a schema for
You can’t perform that action at this time.
0 commit comments