From 2b4f8f700ebf0cd2905cc20e89b8bfd9842e01aa Mon Sep 17 00:00:00 2001 From: Hunter Thompson Date: Sat, 7 Mar 2020 04:32:51 +0000 Subject: [PATCH] Updated README --- README.md | 31 +++++++------------------------ 1 file changed, 7 insertions(+), 24 deletions(-) diff --git a/README.md b/README.md index 84092a4a..3c822cde 100644 --- a/README.md +++ b/README.md @@ -4,17 +4,17 @@ ## Supported Versions | ACOS Version | AXAPI Version | ACOS Client Version | |:------------:|:-------------:|:-------------------:| -| 2.7.1† | 2 | =>0.1.0,<0.3.0 | -| 2.7.2 | 2 | =>0.1.0,<0.3.0 | -| 4.0.0 | 3 | =>1.4.6,<1.5.0 | -| 4.1.1 | 3 | =>1.5.0,<2.0.0 | -| 4.1.4 | 3 | =>2.0.0 | +| 2.7.1† | 2 | >=0.1.0,<0.3.0 | +| 2.7.2 | 2 | >=0.1.0,<0.3.0 | +| 4.0.0 | 3 | >=1.4.6,<1.5.0 | +| 4.1.1 | 3 | >=1.5.0,<2.0.0 | +| 4.1.4 | 3 | >=2.0.0 | †Works only when not using partitioning _ACOS versions greater than 4.1.4 are not supported a this time_ -## Installation ACOSv4.1.4 +## Installation ### Install using pip @@ -27,27 +27,10 @@ $ pip install acos-client>=2.0.0 ```sh $ git clone https://github.com/a10networks/acos-client.git $ cd acos-client -$ git checkout stable/v414 +$ git checkout stable/acos_4_1_4 $ pip install -e . ``` -## Installation ACOSv4.1.1 - -### Install using pip - -```sh -$ pip install acos-client>=1.5.0,<2.0.0 -``` - -### Install from source - -```sh -$ git clone https://github.com/a10networks/acos-client.git -$ cd acos-client -$ git checkout stable/v411 -$ pip install -e . -``` - ## Usage ```python