Skip to content

Commit 66903a3

Browse files
authored
Fix direct usage of pip.pyz example
1 parent f25f8ff commit 66903a3

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

docs/html/installation.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,17 @@ $ python pip.pyz --help
6767

6868
If run directly:
6969

70-
```{pip-cli}
71-
$ pip.pyz --help
70+
````{tab} Unix/macOS
71+
```shell
72+
./pip.pyz
73+
```
74+
````
75+
76+
````{tab} Windows
77+
```shell
78+
.\pip.pyz
7279
```
80+
````
7381

7482
then the currently active Python interpreter will be used.
7583

0 commit comments

Comments
 (0)