Skip to content
This repository has been archived by the owner on Mar 28, 2024. It is now read-only.

Commit

Permalink
Update Readme (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
ulfox authored Jan 28, 2021
1 parent 49b371a commit 645b44c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Python library for managing [Lenses.io](https://lenses.io) REST and WS APIs.

# PiPy Quick Installation

pip install lensesio==4.0.0
pip install lensesio==4.0.1

# Documentation

Expand Down Expand Up @@ -175,7 +175,7 @@ Parameters for the **krb_auth** method
**Note**: Kerberos support is only supported for linux platform and is not enabled by default.
To enable Kerberos support follow kerberos dependency step in the `Install` section at the end

pip3 install dist/lensesio-4.0.0-py3-none-any.whl[kerberos]
pip3 install dist/lensesio-4.0.1-py3-none-any.whl[kerberos]

For Kerberos authentcation, issue:

Expand Down Expand Up @@ -1619,13 +1619,13 @@ Activate the virtualenv (activated by default after creation):

You can install by using pip

pip3 install dist/lensesio-4.0.0-py3-none-any.whl
pip3 install dist/lensesio-4.0.1-py3-none-any.whl

for kerberos support, issue

**Note**: This is only for Linux,Darwin OS

pip3 install dist/lensesio-4.0.0-py3-none-any.whl[kerberos]
pip3 install dist/lensesio-4.0.1-py3-none-any.whl[kerberos]

## Integration Tests

Expand Down

0 comments on commit 645b44c

Please sign in to comment.