Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
hthompson6 committed Mar 7, 2020
1 parent d6469f6 commit 2b4f8f7
Showing 1 changed file with 7 additions and 24 deletions.
31 changes: 7 additions & 24 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down

0 comments on commit 2b4f8f7

Please sign in to comment.