Skip to content

Commit d23250e

Browse files
committed
Fix installation commands in documentation to correctly format GitHub package installation
1 parent 8fdfb92 commit d23250e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/install.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ pip install evil-winrm-py[kerberos]
2525
Installing latest development version directly from GitHub:
2626

2727
```bash
28-
pip install git+https://github.com/adityatelange/evil-winrm-py[kerberos]
28+
pip install 'evil-winrm-py[kerberos] @ git+https://github.com/adityatelange/evil-winrm-py'
2929
```
3030

3131
## Using `pipx`
@@ -39,7 +39,7 @@ pipx install evil-winrm-py[kerberos]
3939
Installing latest development version directly from GitHub:
4040

4141
```bash
42-
pipx install git+https://github.com/adityatelange/evil-winrm-py[kerberos]
42+
pipx install 'evil-winrm-py[kerberos] @ git+https://github.com/adityatelange/evil-winrm-py'
4343
```
4444

4545
## Using `uv`

0 commit comments

Comments
 (0)