From 916584338f66be13af9a68daec6c3b53f9f7bdd4 Mon Sep 17 00:00:00 2001 From: bersbersbers <12128514+bersbersbers@users.noreply.github.com> Date: Fri, 16 Feb 2024 17:02:23 +0100 Subject: [PATCH] Docs: state a limitation of `develop` attribute (#8971) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Randy Döring <30527984+radoering@users.noreply.github.com> --- docs/cli.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/cli.md b/docs/cli.md index 5ea0b16051f..8e7efc7a11f 100644 --- a/docs/cli.md +++ b/docs/cli.md @@ -415,6 +415,11 @@ Before poetry 1.1 path dependencies were installed in editable mode by default. to make sure the behavior is the same for all poetry versions. {{% /note %}} +{{% note %}} +The `develop` attribute is a Poetry-specific feature, so it is not included in the package distribution metadata. +In other words, it is only considered when using Poetry to install the project. +{{% /note %}} + If the package(s) you want to install provide extras, you can specify them when adding the package: