update README

This commit is contained in:
Luthics 2023-01-07 16:23:56 +08:00
parent 9bf3dd9cd7
commit 6676a8e882
1 changed files with 3 additions and 1 deletions

View File

@ -9,4 +9,6 @@
## Install ## Install
代码中使用了 tqdm 库来展示文件的进度,请使用下面的指令安装 tqdm 代码中使用了 tqdm 库来展示文件的进度,请使用下面的指令安装 tqdm
```pip install tqdm``` ```
pip install tqdm
```