From 923dc13617e470e4438de88d4c12cc416487a3ca Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Mon, 19 Aug 2024 14:22:27 -0500 Subject: [PATCH] Link to the projects concept from the dependencies concept (#6224) --- docs/concepts/dependencies.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/concepts/dependencies.md b/docs/concepts/dependencies.md index e767645bb..ec4d3e59e 100644 --- a/docs/concepts/dependencies.md +++ b/docs/concepts/dependencies.md @@ -60,6 +60,11 @@ sufficient. If the project depends on packages from Git, remote URLs, or local s `tool.uv.sources` can be used to enrich the dependency metadata without ejecting from the stands-compliant `project.dependencies` table. +!!! tip + + See the [projects](./projects.md#managing-dependencies) documentation to add, remove, or update + dependencies from the `pyproject.toml` from the CLI. + ## Dependency sources During development, a project may rely on a package that isn't available on PyPI. The following