We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1ea8c1 commit cebb9f1Copy full SHA for cebb9f1
docs/html/installation.md
@@ -72,22 +72,28 @@ If run directly:
72
$ chmod +x ./pip.pyz
73
$ ./pip.pyz
74
```
75
+
76
+then the currently active Python interpreter will be used.
77
````
78
79
````{tab} MacOS
80
```console
81
82
83
84
85
86
87
88
````{tab} Windows
89
90
C:\> .\pip.pyz
91
-````
92
93
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
+````
97
98
## Alternative Methods
99
0 commit comments