More specific workspaces recommendation (#8478)

Workspaces should be used over editable installs if the packages are all
part of the same repository.
This commit is contained in:
konsti 2024-10-23 02:45:53 +02:00 committed by GitHub
parent 82df00a917
commit c09edf9854
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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