From 3c7143abd6f0f67a7b29884a6e1f6cbd84e352bf Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Mon, 19 Aug 2024 14:07:05 -0500 Subject: [PATCH] Link to the projects concept from the dependencies concept --- docs/concepts/dependencies.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/concepts/dependencies.md b/docs/concepts/dependencies.md index e767645bb153..ec4d3e59e868 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