Skip to content

Commit cebb9f1

Browse files
committed
Add a note to Windows invocation
1 parent b1ea8c1 commit cebb9f1

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/html/installation.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,22 +72,28 @@ If run directly:
7272
$ chmod +x ./pip.pyz
7373
$ ./pip.pyz
7474
```
75+
76+
then the currently active Python interpreter will be used.
7577
````
7678

7779
````{tab} MacOS
7880
```console
7981
$ chmod +x ./pip.pyz
8082
$ ./pip.pyz
8183
```
84+
85+
then the currently active Python interpreter will be used.
8286
````
8387

8488
````{tab} Windows
8589
```console
8690
C:\> .\pip.pyz
8791
```
88-
````
8992
9093
then the currently active Python interpreter will be used.
94+
You may need to configure your system to recognise the ``.pyz`` extension
95+
before this will work.
96+
````
9197

9298
## Alternative Methods
9399

0 commit comments

Comments
 (0)