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`