Commit 6c0ac386 by Sébastien Eustace Committed by Randy Döring

Add documentation for the new modern installation setting

parent a4838b76
...@@ -190,6 +190,19 @@ the number of maximum workers is still limited at `number_of_cores + 4`. ...@@ -190,6 +190,19 @@ the number of maximum workers is still limited at `number_of_cores + 4`.
This configuration is ignored when `installer.parallel` is set to `false`. This configuration is ignored when `installer.parallel` is set to `false`.
{{% /note %}} {{% /note %}}
### `installer.modern-installation`
**Type**: `boolean`
**Default**: `true`
*Introduced in 1.4.0*
Use a more modern and faster method for package installation.
If this causes issues, you can disable it by setting it to `false` and report the problems
you encounter on the [issue tracker](https://github.com/python-poetry/poetry/issues).
### `installer.no-binary` ### `installer.no-binary`
**Type**: `string | boolean` **Type**: `string | boolean`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment