Skip to content

Commit b3788e7

Browse files
committed
修改 README
1 parent 7a19aa6 commit b3788e7

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,18 @@
1-
## pip 集成
1+
## 说明
2+
此项目为 tls-sig-api-v2 版本的 python 实现。之前非对称的秘钥无法使用此版本的 api,如果有需要请查看[这里](https://github.com/tencentyun/tls-sig-api-python)
3+
4+
## 集成
5+
使用 pip 或者源码方式都可以集成。
6+
7+
### pip
28
```shell
39
pip install tls-sig-api-v2
410
```
511

6-
## 调用接口
12+
### 源码
13+
直接将文件 `TLSSigAPI.py` 下载到本地即可。
14+
15+
## 使用
716

817
``` python
918
import TLSSigAPI

0 commit comments

Comments
 (0)