Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
python-poetry
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open
python-poetry
Commits
6c0ac386
Commit
6c0ac386
authored
Sep 18, 2022
by
Sébastien Eustace
Committed by
Randy Döring
Feb 05, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add documentation for the new modern installation setting
parent
a4838b76
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
+13
-0
docs/configuration.md
+13
-0
No files found.
docs/configuration.md
View file @
6c0ac386
...
@@ -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`
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment