We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 763dd7a commit 5fd8cb5Copy full SHA for 5fd8cb5
2 files changed
README.md
@@ -8,3 +8,8 @@ syrusakbary/promise python implementation to mirror the logic in the apollo-grap
8
Meant to be used in conjunction with graphql-python / graphene server and apollo-graphql client.
9
10
Very initial implementation. Currently only works with Python 2. No tests yet.
11
+
12
+## Installation
13
+```
14
+$ pip install graphql-python-subscriptions
15
README.rst
@@ -15,3 +15,10 @@ and apollo-graphql client.
16
Very initial implementation. Currently only works with Python 2. No
17
tests yet.
18
19
+Installation
20
+------------
21
22
+::
23
24
+ $ pip install graphql-python-subscriptions
0 commit comments