Skip to content

Commit

Permalink
Update Readme file with SDK 8.0.1 release (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
shbharath authored and cbrainerd committed Jan 17, 2017
1 parent 5e772e3 commit fb58b46
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,18 @@ This repository also includes tools to build PAPI bindings yourself for a large

#### Installing the package

If you will only connect to OneFS 8.0 and later clusters:

`pip install isi_sdk_8_0`

If connecting to OneFS 7.2 and later clusters:

`pip install isi_sdk_7_2`
| Cluster Version | Install Instruction |
|-----------------------|-----------------------------|
| OneFS 8.0.1 and later | `pip install isi_sdk_8_0_1` |
| OneFS 8.0 and later | `pip install isi_sdk_8_0` |
| OneFS 7.2 and later | `pip install isi_sdk_7_2` |

### Basic Usage

See the generated packages on PyPI for example code:

[isi\_sdk\_8\_0\_1](https://pypi.python.org/pypi/isi-sdk-8-0-1)

[isi\_sdk\_8\_0](https://pypi.python.org/pypi/isi-sdk-8-0)

[isi\_sdk\_7\_2](https://pypi.python.org/pypi/isi-sdk-7-2)
Expand Down

0 comments on commit fb58b46

Please sign in to comment.