Merge pull request #130 from baiyanhuang/dev

websocket-client才是真正支持OKCoin的库
This commit is contained in:
vn.py 2016-08-11 09:15:19 +08:00 committed by GitHub
commit 581283c948

View File

@ -73,9 +73,9 @@ git clone https://github.com/blampe/IbPy.git
cd IbPy cd IbPy
python setup.py install python setup.py install
```
* OKCOIN - ```pip install websocket``` or ```conda install websocket``` ```
* OKCOIN - ```pip install websocket-client``` or ```conda install websocket-client```
--- ---