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 @@ -19,17 +19,17 @@ Dependencies
19
19
Installation
20
20
------------
21
21
22
- Pending pull request
22
+ Update Graphene Django package.
23
23
24
24
.. code :: sh
25
25
26
- pip install -I git+https://github.com/mongkok /graphene-django@default-meta#egg=graphene-django
26
+ pip install -U git+https://github.com/graphql-python /graphene-django.git@master
27
27
28
28
Install last stable version from Pypi.
29
29
30
30
.. code :: sh
31
31
32
- pip install django-graphql-geojson==0.0.2.rc2
32
+ pip install django-graphql-geojson
33
33
34
34
35
35
GeoJSONType
Original file line number Diff line number Diff line change 24
24
djangomaster: https://github.com/django/django/archive/master.tar.gz
25
25
26
26
commands =
27
- pip install git+https://github.com/mongkok /graphene-django@default-meta # egg=graphene-django
27
+ pip install git+https://github.com/graphql-python /graphene-django.git@master
28
28
pip install -e .
29
29
make coverage
You can’t perform that action at this time.
0 commit comments