Skip to content

Commit

Permalink
Merge pull request #30 from Isilon/revert-29-cb_810
Browse files Browse the repository at this point in the history
Revert "Update README for 8.1.0 SDK"
  • Loading branch information
cbrainerd authored Jun 26, 2017
2 parents fddd5dd + 86558f4 commit 03c6546
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,23 +22,18 @@ This repository also includes tools to build PAPI bindings yourself for a large

#### Installing the package

You can install Isilon SDK packages from PyPI using pip.

| Cluster Version | Install Instruction | PyPI Link |
|-----------------------|-----------------------------|--------------------------------------------|
| OneFS 8.1.0 and later | `pip install isi_sdk_8_1_0` | [https://pypi.python.org/pypi/isi-sdk-8-1-0](https://pypi.python.org/pypi/isi-sdk-8-1-0) |
| OneFS 8.0.1 and later | `pip install isi_sdk_8_0_1` | [https://pypi.python.org/pypi/isi-sdk-8-0-1](https://pypi.python.org/pypi/isi-sdk-8-0-1) |
| OneFS 8.0 and later | `pip install isi_sdk_8_0` | [https://pypi.python.org/pypi/isi-sdk-8-0](https://pypi.python.org/pypi/isi-sdk-8-0) |
| OneFS 7.2 and later | `pip install isi_sdk_7_2` | [https://pypi.python.org/pypi/isi-sdk-7-2](https://pypi.python.org/pypi/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` |

Installation will default to using binary distribution wheel (bdist). Source distributions (sdist) are also available on pip begining with v0.1.6 and can be installed with `pip install --no-binary :all: <pkg name> `

### Basic Usage / Example Code
### Basic Usage

See the generated packages on PyPI for example code:

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

[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)
Expand All @@ -49,6 +44,11 @@ See the generated packages on PyPI for example code:

The most up-to-date documentation for the language bindings is included in the root directory of your downloaded release package (or of your own generated bindings if you've generated your own using the instructions at [readme.dev.md](readme.dev.md)). It is a set of markdown files starting with the README.md in the root directory of the package.

We intend to also publish online docs as part of the build process for this repo's releases, but we haven't finished setting that up yet. Meanwhile, if you really need online docs, some are still available at the legacy bindings repos linked below, but these will gradually be going out of sync with the latest bindings releases in this repo.

- [Legacy 8.0 Bindings Docs](https://github.com/Isilon/isilon_sdk_8_0_python)

- [Legacy 7.2 Bindings Docs](https://github.com/Isilon/isilon_sdk_7_2_python)

### Other Isilon SDK and API links:

Expand Down

0 comments on commit 03c6546

Please sign in to comment.