From 264842e96ce8ab67e570627b209788c16d51e79b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gabriel=20Falc=C3=A3o?=
 <gabrielfalcao@users.noreply.github.com>
Date: Mon, 3 Sep 2018 21:30:44 +0200
Subject: [PATCH] Add package name for easy copy-and-paste

This would have saved me the time to open `setup.py` just to look for the exact name of the package.
The lowercaseness in my patch is deliberate.

Thanks for this great library!
---
 README.md | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/README.md b/README.md
index 8c918ae..a9b7b34 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,12 @@
 
 Adds GraphQL support to your Flask application.
 
+## Installation
+
+```shell
+pip install flask-graphql
+```
+
 ## Usage
 
 Just use the `GraphQLView` view from `flask_graphql`