Skip to content

Commit

Permalink
specify require dependencies for python example (#14)
Browse files Browse the repository at this point in the history
the python example require websocket-client to be installed .
  • Loading branch information
MahdiZareie authored and merlimat committed Sep 13, 2016
1 parent 25d65cb commit 167386b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/WebSocket.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ a backoff period.
## Examples

### Python
in this example you need to install `websocket-client` package , you can install it using `pip install websocket-client` or download it from [Pypi page](https://pypi.python.org/pypi/websocket-client) .

#### Python producer

Expand Down

0 comments on commit 167386b

Please sign in to comment.