Skip to content

Commit b1ea8c1

Browse files
committed
Revert "Use a single tab for both commands"
This reverts commit 39431b5.
1 parent 39431b5 commit b1ea8c1

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed

docs/html/installation.md

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -61,40 +61,34 @@ also zip applications for specific pip versions, named `pip-X.Y.Z.pyz`.
6161

6262
The zip application can be run using any supported version of Python:
6363

64-
````{tab} Linux
65-
```console
64+
```{pip-cli}
6665
$ python pip.pyz --help
6766
```
6867

6968
If run directly:
69+
70+
````{tab} Linux
7071
```console
7172
$ chmod +x ./pip.pyz
7273
$ ./pip.pyz
7374
```
74-
75-
then the currently active Python interpreter will be used.
7675
````
7776

7877
````{tab} MacOS
7978
```console
80-
$ python pip.pyz --help
81-
```
82-
83-
If run directly:
84-
```console
8579
$ chmod +x ./pip.pyz
8680
$ ./pip.pyz
8781
```
88-
89-
then the currently active Python interpreter will be used.
9082
````
9183

9284
````{tab} Windows
9385
```console
94-
C:> py pip.pyz --help
86+
C:\> .\pip.pyz
9587
```
9688
````
9789

90+
then the currently active Python interpreter will be used.
91+
9892
## Alternative Methods
9993

10094
Depending on how you installed Python, there might be other mechanisms

0 commit comments

Comments
 (0)