From be19eb6ef36a0f25ae36c7d82bef61abf362a1cf Mon Sep 17 00:00:00 2001 From: baiyanhuang Date: Thu, 11 Aug 2016 07:35:32 +0800 Subject: [PATCH] =?UTF-8?q?websocket-client=E6=89=8D=E6=98=AF=E7=9C=9F?= =?UTF-8?q?=E6=AD=A3=E6=94=AF=E6=8C=81OKCoin=E7=9A=84=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5dd9a761..e5379c90 100644 --- a/README.md +++ b/README.md @@ -73,9 +73,9 @@ git clone https://github.com/blampe/IbPy.git cd IbPy python setup.py install -``` -* OKCOIN - ```pip install websocket``` or ```conda install websocket``` +``` +* OKCOIN - ```pip install websocket-client``` or ```conda install websocket-client``` ---