Skip to content

Commit 7e8263d

Browse files
committed
Put the note at the top of the section
1 parent 318786c commit 7e8263d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/html/installation.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,13 @@ More details about this script can be found in [pypa/get-pip]'s README.
4747

4848
### Standalone zip application
4949

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+
5057
In addition to installing pip in your environment, pip is available as a
5158
standalone [zip application](https://docs.python.org/3.11/library/zipapp.html).
5259
This can be downloaded from <https://bootstrap.pypa.io/pip/pip.pyz>. There are
@@ -66,13 +73,6 @@ $ pip.pyz --help
6673

6774
then the currently active Python interpreter will be used.
6875

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-
7676
## Alternative Methods
7777

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

0 commit comments

Comments
 (0)