Skip to content

Commit 1e988a7

Browse files
committed
补充安装 pytest 和 when-changed
1 parent 448a890 commit 1e988a7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,12 @@ Python 抽象程度比较高, 我们能用更少的代码来实现功能,同
177177
- Vscode
178178
- Vim/Emacs
179179

180+
代码中使用到了 pytest 测试框架和 when-changed 文件变动监控工具(方便我们修改完代码后自动执行测试),你需要用 pip 安装
181+
182+
```py
183+
pip install pytest
184+
pip install when-changed
185+
```
180186

181187
## 勘误
182188

0 commit comments

Comments
 (0)