mirror of
https://github.com/httprunner/httprunner.git
synced 2026-09-04 23:16:57 +08:00
add version number for dependent PyUnitReport
This commit is contained in:
@@ -23,13 +23,13 @@ Take full reuse of Python's existing powerful libraries: [`Requests`][requests],
|
|||||||
## Installation/Upgrade
|
## Installation/Upgrade
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ pip install git+https://github.com/debugtalk/ApiTestEngine.git#egg=ApiTestEngine
|
$ pip install git+https://github.com/debugtalk/ApiTestEngine.git#egg=ApiTestEngine --process-dependency-links
|
||||||
```
|
```
|
||||||
|
|
||||||
To upgrade all specified packages to the newest available version, you should add the `-U` option.
|
To upgrade all specified packages to the newest available version, you should add the `-U` option.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ pip install -U git+https://github.com/debugtalk/ApiTestEngine.git#egg=ApiTestEngine
|
$ pip install -U git+https://github.com/debugtalk/ApiTestEngine.git#egg=ApiTestEngine --process-dependency-links
|
||||||
```
|
```
|
||||||
|
|
||||||
If there is a problem with the installation or upgrade, you can check the [`FAQ`](docs/FAQ.md).
|
If there is a problem with the installation or upgrade, you can check the [`FAQ`](docs/FAQ.md).
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ setup(
|
|||||||
"PyUnitReport"
|
"PyUnitReport"
|
||||||
],
|
],
|
||||||
dependency_links=[
|
dependency_links=[
|
||||||
"git+https://github.com/debugtalk/PyUnitReport.git#egg=PyUnitReport"
|
"git+https://github.com/debugtalk/PyUnitReport.git#egg=PyUnitReport-0"
|
||||||
],
|
],
|
||||||
classifiers=[
|
classifiers=[
|
||||||
"Development Status :: 3 - Alpha",
|
"Development Status :: 3 - Alpha",
|
||||||
|
|||||||
Reference in New Issue
Block a user