Skip to content

Commit

Permalink
Updating the readme with version information
Browse files Browse the repository at this point in the history
  • Loading branch information
shilpiarya committed Jan 3, 2020
1 parent 00ab18d commit 574ef0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.pypi.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ except ApiException as e:
print "Exception when calling ProtocolsApi->list_nfs_exports: %s" % e
```

There are more examples of coding to the Python PAPI bindings in the [tests](https://github.com/Isilon/isilon_sdk/tree/master/tests) subdirectory of the repo. The tests currently run against a generic `isi_sdk` import which is how the bindings library is named by default if you build your own bindings. If you want to run the tests against one of the libraries you've downloaded from the prebuilt releases page, you should change the `import isi_sdk` lines to `import isi_sdk_8_2_2` or `import isi_sdk_7_2` depending on which one you downloaded.
There are more examples of coding to the Python PAPI bindings in the [tests](https://github.com/Isilon/isilon_sdk/tree/master/tests) subdirectory of the repo. The tests currently run against a generic `isi_sdk` import which is how the bindings library is named by default if you build your own bindings. If you want to run the tests against one of the libraries you've downloaded from the prebuilt releases page, you should change the `import isi_sdk` lines to `import isi_sdk_7_2` or `import isi_sdk_8_0` depending on which one you downloaded.

## More info
See the Github repo for more information:
Expand Down

0 comments on commit 574ef0f

Please sign in to comment.