From 3d6041e5e1c49896a7db62f022a7671d065f3bc9 Mon Sep 17 00:00:00 2001 From: Syrus Akbary Date: Tue, 27 Oct 2015 23:57:25 -0700 Subject: [PATCH] Improved README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8ac98e84..64934038 100644 --- a/README.md +++ b/README.md @@ -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] ```