@@ -181,18 +181,22 @@ of available options is shown below.
181
181
| Include_debug | Install debug binaries | 0 |
182
182
+---------------------------+--------------------------------------+--------------------------+
183
183
| Include_dev | Install developer headers and | 1 |
184
- | | libraries | |
184
+ | | libraries. Omitting this may lead to | |
185
+ | | an unusable installation. | |
185
186
+---------------------------+--------------------------------------+--------------------------+
186
187
| Include_exe | Install :file: `python.exe ` and | 1 |
187
- | | related files | |
188
+ | | related files. Omitting this may | |
189
+ | | lead to an unusable installation. | |
188
190
+---------------------------+--------------------------------------+--------------------------+
189
191
| Include_launcher | Install :ref: `launcher `. | 1 |
190
192
+---------------------------+--------------------------------------+--------------------------+
191
- | InstallLauncherAllUsers | Installs :ref: `launcher ` for all | 1 |
192
- | | users. | |
193
+ | InstallLauncherAllUsers | Installs the launcher for all | 1 |
194
+ | | users. Also requires | |
195
+ | | ``Include_launcher `` to be set to 1 | |
193
196
+---------------------------+--------------------------------------+--------------------------+
194
197
| Include_lib | Install standard library and | 1 |
195
- | | extension modules | |
198
+ | | extension modules. Omitting this may | |
199
+ | | lead to an unusable installation. | |
196
200
+---------------------------+--------------------------------------+--------------------------+
197
201
| Include_pip | Install bundled pip and setuptools | 1 |
198
202
+---------------------------+--------------------------------------+--------------------------+
0 commit comments