From 5ea5e6045995b3b99bdcb9381277614907900c2f Mon Sep 17 00:00:00 2001 From: Parviz Asoodehfard <46157962+parviz-binary@users.noreply.github.com> Date: Wed, 13 Mar 2019 13:01:48 +0330 Subject: [PATCH] clearify need to websocket-client --- _includes/demos/python.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_includes/demos/python.py b/_includes/demos/python.py index 7bb28505d..32483ea05 100644 --- a/_includes/demos/python.py +++ b/_includes/demos/python.py @@ -1,3 +1,5 @@ +# install "websocket-client" (instead of "websocket") for using "websocket" package + import websocket import json