This is an automated email from the ASF dual-hosted git repository. abhi pushed a commit to branch python-kerberos-readme in repository https://gitbox.apache.org/repos/asf/ranger.git
commit a27f79b055be446db501695ee01a66bb72f3209f Author: Abhishek Kumar <[email protected]> AuthorDate: Tue Mar 28 20:47:43 2023 -0700 Update README.md --- intg/src/main/python/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/intg/src/main/python/README.md b/intg/src/main/python/README.md index 3df8aa696..95992f733 100644 --- a/intg/src/main/python/README.md +++ b/intg/src/main/python/README.md @@ -27,6 +27,7 @@ Use the package manager [pip](https://pip.pypa.io/en/stable/) to install python ```bash > pip install apache-ranger +> pip install requests-kerberos (If using kerberos for authentication) ``` Verify if apache-ranger client is installed:
