diff --git a/README.md b/README.md index dde5cdb2..dd765980 100644 --- a/README.md +++ b/README.md @@ -114,6 +114,20 @@ from graphql.execution.execute import execute execute(schema, ast, executor=SyncExecutor()) ``` +### Development + +Install development and test dependencies: + +```sh +pip install -e ".[test]" +``` + +Run test suite: + +```sh +pytest +``` + ## Main Contributors * [@syrusakbary](https://github.com/syrusakbary/)