diff --git a/docs/WebSocket.md b/docs/WebSocket.md index 84cb519452a84..041800420dca8 100644 --- a/docs/WebSocket.md +++ b/docs/WebSocket.md @@ -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