From 658976986974ea8889dbd5a8a4eed621f3345799 Mon Sep 17 00:00:00 2001 From: debugtalk Date: Tue, 25 Jul 2017 10:44:29 +0800 Subject: [PATCH] update README: add Upgrade description --- README.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d40b95e8..1b10d8b2 100644 --- a/README.md +++ b/README.md @@ -20,19 +20,25 @@ Take full reuse of Python's existing powerful libraries: [`Requests`][requests], [*`Background Introduction (中文版)`*](docs/background-CN.md) | [*`Feature Descriptions (中文版)`*](docs/feature-descriptions-CN.md) -## Installation +## Installation/Upgrade ```bash $ pip install git+https://github.com/debugtalk/ApiTestEngine.git#egg=ApiTestEngine ``` -If there is a problem with the installation, you can check the [`FAQ`](docs/FAQ.md). +To upgrade all specified packages to the newest available version, you should add the `-U` option. -To ensure the installation is successful, you can excuting command `ate -V` to see if you can get the version number. +```bash +$ pip install -U git+https://github.com/debugtalk/ApiTestEngine.git#egg=ApiTestEngine +``` + +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 excuting command `ate -V` to see if you can get the correct version number. ```text $ ate -V -0.1.0 +0.2.2 ``` Execute the command `ate -h` to view command help.