File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -47,6 +47,13 @@ More details about this script can be found in [pypa/get-pip]'s README.
47
47
48
48
### Standalone zip application
49
49
50
+ ``` {note}
51
+ The zip application is currently experimental. We test that pip runs correctly
52
+ in this form, but it is possible that there could be issues in some situations.
53
+ We will accept bug reports in such cases, but for now the zip application should
54
+ not be used in production environments.
55
+ ```
56
+
50
57
In addition to installing pip in your environment, pip is available as a
51
58
standalone [ zip application] ( https://docs.python.org/3.11/library/zipapp.html ) .
52
59
This can be downloaded from < https://bootstrap.pypa.io/pip/pip.pyz > . There are
@@ -66,13 +73,6 @@ $ pip.pyz --help
66
73
67
74
then the currently active Python interpreter will be used.
68
75
69
- ``` {note}
70
- The zip application is currently experimental. We test that pip runs correctly
71
- in this form, but it is possible that there could be issues in some situations.
72
- We will accept bug reports in such cases, but for now the zip application should
73
- not be used in production environments.
74
- ```
75
-
76
76
## Alternative Methods
77
77
78
78
Depending on how you installed Python, there might be other mechanisms
You can’t perform that action at this time.
0 commit comments