mirror of
https://github.com/httprunner/httprunner.git
synced 2026-09-04 23:16:57 +08:00
update install method
This commit is contained in:
@@ -25,15 +25,11 @@ Take full reuse of Python's existing powerful libraries: [`Requests`][requests],
|
|||||||
## Installation/Upgrade
|
## Installation/Upgrade
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ pip install git+https://github.com/debugtalk/HttpRunner.git#egg=HttpRunner --process-dependency-links
|
$ pip install HttpRunner
|
||||||
```
|
```
|
||||||
|
|
||||||
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
|
|
||||||
$ pip install -U git+https://github.com/debugtalk/HttpRunner.git#egg=HttpRunner --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).
|
||||||
|
|
||||||
To ensure the installation or upgrade is successful, you can execute command `ate -V` to see if you can get the correct version number.
|
To ensure the installation or upgrade is successful, you can execute command `ate -V` to see if you can get the correct version number.
|
||||||
|
|||||||
+1
-1
@@ -1 +1 @@
|
|||||||
__version__ = '0.7.9'
|
__version__ = '0.8.0'
|
||||||
Reference in New Issue
Block a user