fix: doc typo

This commit is contained in:
debugtalk
2019-12-13 15:52:11 +08:00
parent c64df55dfa
commit fb7d91ab80

View File

@@ -57,7 +57,7 @@ $ har2case -V
如果你不仅仅是使用 HttpRunner还需要对 HttpRunner 进行开发调试debug那么就需要进行如下操作。
HttpRunner 使用 [poetry][poetry] 对依赖包进行管理,若你还没有安装 poetry需要先执行如下命令进行按照
HttpRunner 使用 [poetry][poetry] 对依赖包进行管理,若你还没有安装 poetry需要先执行如下命令进行安装
```bash
$ curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python