From 616670a78894ada4f80beda2657ac6912dd534b5 Mon Sep 17 00:00:00 2001 From: Heinz-Alexander Fuetterer Date: Wed, 11 Dec 2024 13:20:09 +0100 Subject: [PATCH] docs: update uv installation instructions --- docs/src/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/install.md b/docs/src/install.md index 684ac09..9d6d8cb 100644 --- a/docs/src/install.md +++ b/docs/src/install.md @@ -40,7 +40,7 @@ For more details, see [Optional Dependencies](#optional-dependencies). Install the project and its dependencies: ```bash - uv pip install python-re3data + uv add python-re3data ``` ## Pulling the Docker Image