diff --git a/docs/concepts/projects/config.md b/docs/concepts/projects/config.md index 87b11b5d224f..3fa7c088890c 100644 --- a/docs/concepts/projects/config.md +++ b/docs/concepts/projects/config.md @@ -116,8 +116,8 @@ with the default build system. the presence of a `[build-system]` table is not required in other packages. For legacy reasons, if a build system is not defined, then `setuptools.build_meta:__legacy__` is used to build the package. Packages you depend on may not explicitly declare their build system but are still - installable. Similarly, if you add a dependency on a local package, uv will always attempt to - build and install it. + installable. Similarly, if you add a dependency on a local package or install it with `uv pip`, + uv will always attempt to build and install it. ## Project packaging