We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fdfb92 commit d23250eCopy full SHA for d23250e
docs/install.md
@@ -25,7 +25,7 @@ pip install evil-winrm-py[kerberos]
25
Installing latest development version directly from GitHub:
26
27
```bash
28
-pip install git+https://github.com/adityatelange/evil-winrm-py[kerberos]
+pip install 'evil-winrm-py[kerberos] @ git+https://github.com/adityatelange/evil-winrm-py'
29
```
30
31
## Using `pipx`
@@ -39,7 +39,7 @@ pipx install evil-winrm-py[kerberos]
39
40
41
42
-pipx install git+https://github.com/adityatelange/evil-winrm-py[kerberos]
+pipx install 'evil-winrm-py[kerberos] @ git+https://github.com/adityatelange/evil-winrm-py'
43
44
45
## Using `uv`
0 commit comments