File tree 2 files changed +3
-3
lines changed 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,13 +24,13 @@ AKTools is a package of HTTP API for AKShare! It depends on AKShare and FastAPI.
24
24
## Installation
25
25
26
26
``` shell
27
- pip install aktools # AKTools's version should great than 0.0.35
27
+ pip install aktools # AKTools's version should great than 0.0.45
28
28
```
29
29
30
30
or
31
31
32
32
``` shell
33
- pip install akshare --upgrade -i https://pypi.org/simple # AKTools's version should great than 0.0.35
33
+ pip install aktools --upgrade -i https://pypi.org/simple # AKTools's version should great than 0.0.45
34
34
```
35
35
36
36
## AKShare
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ pip install aktools # 安装的版本需大于 0.0.45
32
32
如上述方法不能升级到最新版,请参照如下方法升级:
33
33
34
34
``` shell
35
- pip install akshare --upgrade -i https://pypi.org/simple # 安装的版本需大于 1.4.43
35
+ pip install aktools --upgrade -i https://pypi.org/simple # 安装的版本需大于 0.0.45
36
36
```
37
37
38
38
### 查看版本
You can’t perform that action at this time.
0 commit comments