Improved README

This commit is contained in:
Syrus Akbary 2015-10-27 23:57:25 -07:00
parent 3bc0f5f8eb
commit 3d6041e5e1

View File

@ -13,6 +13,8 @@ For instaling graphene, just run this command in your shell
```bash
pip install graphene
# Or in case of need Django model support
pip install graphene[django]
```