Skip to content

Commit 5fd8cb5

Browse files
committed
Added installation instructions to README
1 parent 763dd7a commit 5fd8cb5

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,8 @@ syrusakbary/promise python implementation to mirror the logic in the apollo-grap
88
Meant to be used in conjunction with graphql-python / graphene server and apollo-graphql client.
99

1010
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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,10 @@ and apollo-graphql client.
1515

1616
Very initial implementation. Currently only works with Python 2. No
1717
tests yet.
18+
19+
Installation
20+
------------
21+
22+
::
23+
24+
$ pip install graphql-python-subscriptions

0 commit comments

Comments
 (0)