Skip to content

Commit

Permalink
Merge pull request #106 from G3NSVRV/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
gschueler authored Oct 23, 2024
2 parents 3a7060c + 9ad52c7 commit 0f0d144
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,14 +110,16 @@ In resume, to use Kerberos authentication the following requirements are needed:

```bash
$ sudo apt-get install python-dev libkrb5-dev
$ pip install wheel
$ pip install pywinrm[kerberos]
$ pip install requests-kerberos
$ pip install pexpect
```

#### for RHEL/CentOS/etc:
```bash
$ sudo yum install python-devel krb5-devel krb5-workstation requests-kerberos
$ sudo yum install python-devel krb5-devel krb5-workstation gcc
$ pip install wheel
$ pip install pywinrm[kerberos]
$ pip install requests-kerberos
$ pip install pexpect
Expand Down

0 comments on commit 0f0d144

Please sign in to comment.