update install method

This commit is contained in:
debugtalk
2017-11-06 15:27:04 +08:00
parent acd4bbd403
commit 820a165ef1
2 changed files with 2 additions and 6 deletions

View File

@@ -25,15 +25,11 @@ Take full reuse of Python's existing powerful libraries: [`Requests`][requests],
## Installation/Upgrade
```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.
```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).
To ensure the installation or upgrade is successful, you can execute command `ate -V` to see if you can get the correct version number.

View File

@@ -1 +1 @@
__version__ = '0.7.9'
__version__ = '0.8.0'