From c09edf9854e3fc53113f02c45781c31b51de8c78 Mon Sep 17 00:00:00 2001 From: konsti Date: Wed, 23 Oct 2024 02:45:53 +0200 Subject: [PATCH] More specific workspaces recommendation (#8478) Workspaces should be used over editable installs if the packages are all part of the same repository. --- docs/concepts/dependencies.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/concepts/dependencies.md b/docs/concepts/dependencies.md index d9eca8b04..1ddd7a49c 100644 --- a/docs/concepts/dependencies.md +++ b/docs/concepts/dependencies.md @@ -221,8 +221,8 @@ $ uv add ~/projects/bar/ $ uv add --editable ~/projects/bar/ ``` - However, it is recommended to use [_workspaces_](./workspaces.md) instead of manual path - dependencies. + For multiple packages in the same repository, [_workspaces_](./workspaces.md) may be a better + fit. ### Workspace member