Skip to content

Commit

Permalink
Update python SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
qinglin-919 committed Jul 31, 2020
1 parent a91c62e commit cb36d34
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions okex-python-sdk-api/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
###如何使用?
### 如何使用?

`python版本:3.6+`

`WebSocketAPI:建议websockets库版本为6.0`

####第一步:下载SDK,安装相关所需库
#### 第一步:下载SDK,安装相关所需库

1.1 下载`python SDK`
* 将SDK目录`Clone`或者`Download`到本地,选择使用`okex-python-sdk-api`即可
Expand All @@ -15,7 +15,7 @@ pip install requests
pip install websockets==6.0
```

####第二步:配置个人信息
#### 第二步:配置个人信息

2.1 如果还未有API,可[点击](https://www.okex.com/account/users/myApi)前往官网进行申请

Expand All @@ -25,7 +25,7 @@ api_key = ""
secret_key = ""
passphrase = ""
```
####第三步:调用接口
#### 第三步:调用接口

* RestAPI

Expand Down

0 comments on commit cb36d34

Please sign in to comment.