mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-17 09:17:36 +08:00
rename project name to HttpRunner
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
If there is something goes wrong in installation like below.
|
||||
|
||||
```text
|
||||
Downloading/unpacking PyUnitReport (from ApiTestEngine)
|
||||
Could not find any downloads that satisfy the requirement PyUnitReport (from ApiTestEngine)
|
||||
Downloading/unpacking PyUnitReport (from HttpRunner)
|
||||
Could not find any downloads that satisfy the requirement PyUnitReport (from HttpRunner)
|
||||
```
|
||||
|
||||
You could install `PyUnitReport` manully at first.
|
||||
@@ -13,8 +13,8 @@ You could install `PyUnitReport` manully at first.
|
||||
$ pip install git+https://github.com/debugtalk/PyUnitReport.git#egg=PyUnitReport
|
||||
```
|
||||
|
||||
And then everything will be OK when you reinstall `ApiTestEngine`.
|
||||
And then everything will be OK when you reinstall `HttpRunner`.
|
||||
|
||||
```bash
|
||||
$ pip install git+https://github.com/debugtalk/ApiTestEngine.git#egg=ApiTestEngine
|
||||
$ pip install git+https://github.com/debugtalk/HttpRunner.git#egg=HttpRunner
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user