Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d2c1a9c

Browse files
authored
gh-92219: Clarify that some options to the installer may break the install (GH-95548)
1 parent a7161f9 commit d2c1a9c

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

Doc/using/windows.rst

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -194,18 +194,22 @@ of available options is shown below.
194194
| Include_debug | Install debug binaries | 0 |
195195
+---------------------------+--------------------------------------+--------------------------+
196196
| Include_dev | Install developer headers and | 1 |
197-
| | libraries | |
197+
| | libraries. Omitting this may lead to | |
198+
| | an unusable installation. | |
198199
+---------------------------+--------------------------------------+--------------------------+
199200
| Include_exe | Install :file:`python.exe` and | 1 |
200-
| | related files | |
201+
| | related files. Omitting this may | |
202+
| | lead to an unusable installation. | |
201203
+---------------------------+--------------------------------------+--------------------------+
202204
| Include_launcher | Install :ref:`launcher`. | 1 |
203205
+---------------------------+--------------------------------------+--------------------------+
204-
| InstallLauncherAllUsers | Installs :ref:`launcher` for all | 1 |
205-
| | users. | |
206+
| InstallLauncherAllUsers | Installs the launcher for all | 1 |
207+
| | users. Also requires | |
208+
| | ``Include_launcher`` to be set to 1 | |
206209
+---------------------------+--------------------------------------+--------------------------+
207210
| Include_lib | Install standard library and | 1 |
208-
| | extension modules | |
211+
| | extension modules. Omitting this may | |
212+
| | lead to an unusable installation. | |
209213
+---------------------------+--------------------------------------+--------------------------+
210214
| Include_pip | Install bundled pip and setuptools | 1 |
211215
+---------------------------+--------------------------------------+--------------------------+

0 commit comments

Comments
 (0)