Skip to content

Commit 33995ae

Browse files
author
jindaxiang
committed
docs(docs): docs
docs
1 parent 87920fb commit 33995ae

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ AKTools is a package of HTTP API for AKShare! It depends on AKShare and FastAPI.
2424
## Installation
2525

2626
```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
2828
```
2929

3030
or
3131

3232
```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
3434
```
3535

3636
## AKShare

docs/aktools.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ pip install aktools # 安装的版本需大于 0.0.45
3232
如上述方法不能升级到最新版,请参照如下方法升级:
3333

3434
```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
3636
```
3737

3838
### 查看版本

0 commit comments

Comments
 (0)