Skip to content

Commit 3db673f

Browse files
authored
Update installation.md
1 parent 881da76 commit 3db673f

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

docs/html/installation.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,16 @@ $ python pip.pyz --help
6767

6868
If run directly:
6969

70-
````{tab} Unix/macOS
70+
````{tab} Linux
7171
```console
72+
$ chmod +x ./pip.pyz
73+
$ ./pip.pyz
74+
```
75+
````
76+
77+
````{tab} MacOS
78+
```console
79+
$ chmod +x ./pip.pyz
7280
$ ./pip.pyz
7381
```
7482
````

0 commit comments

Comments
 (0)