mirror of
https://github.com/astral-sh/uv.git
synced 2025-09-25 19:49:14 +00:00
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:
parent
82df00a917
commit
c09edf9854
1 changed files with 2 additions and 2 deletions
|
@ -221,8 +221,8 @@ $ uv add ~/projects/bar/
|
||||||
$ uv add --editable ~/projects/bar/
|
$ uv add --editable ~/projects/bar/
|
||||||
```
|
```
|
||||||
|
|
||||||
However, it is recommended to use [_workspaces_](./workspaces.md) instead of manual path
|
For multiple packages in the same repository, [_workspaces_](./workspaces.md) may be a better
|
||||||
dependencies.
|
fit.
|
||||||
|
|
||||||
### Workspace member
|
### Workspace member
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue