mirror of
https://github.com/httprunner/httprunner.git
synced 2026-08-28 03:30:01 +08:00
convert docs/FAQ to English
This commit is contained in:
+4
-4
@@ -1,19 +1,19 @@
|
|||||||
## 无法自动安装PyUnitReport依赖库
|
## Unable to install PyUnitReport dependency library automatically
|
||||||
|
|
||||||
如果安装过程中出现如下报错:
|
If there is something goes wrong in installation like below.
|
||||||
|
|
||||||
```text
|
```text
|
||||||
Downloading/unpacking PyUnitReport (from ApiTestEngine)
|
Downloading/unpacking PyUnitReport (from ApiTestEngine)
|
||||||
Could not find any downloads that satisfy the requirement PyUnitReport (from ApiTestEngine)
|
Could not find any downloads that satisfy the requirement PyUnitReport (from ApiTestEngine)
|
||||||
```
|
```
|
||||||
|
|
||||||
那么需要先手动安装`PyUnitReport`,安装方式如下:
|
You could install `PyUnitReport` manully at first.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ pip install git+https://github.com/debugtalk/PyUnitReport.git#egg=PyUnitReport
|
$ pip install git+https://github.com/debugtalk/PyUnitReport.git#egg=PyUnitReport
|
||||||
```
|
```
|
||||||
|
|
||||||
然后再重新安装`ApiTestEngine`即可。
|
And then everything will be OK when you reinstall `ApiTestEngine`.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ pip install git+https://github.com/debugtalk/ApiTestEngine.git#egg=ApiTestEngine
|
$ pip install git+https://github.com/debugtalk/ApiTestEngine.git#egg=ApiTestEngine
|
||||||
|
|||||||
Reference in New Issue
Block a user