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
1919Installation
2020------------
2121
22- Pending pull request
22+ Update Graphene Django package.
2323
2424.. code :: sh
2525
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
2727
2828 Install last stable version from Pypi.
2929
3030.. code :: sh
3131
32- pip install django-graphql-geojson==0.0.2.rc2
32+ pip install django-graphql-geojson
3333
3434
3535 GeoJSONType
Original file line number Diff line number Diff line change 2424 djangomaster: https://github.com/django/django/archive/master.tar.gz
2525
2626commands =
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
2828 pip install -e .
2929 make coverage
You can’t perform that action at this time.
0 commit comments