From 987a030c4feeae6bd64575352a1867150b7e7ae2 Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Tue, 23 Sep 2025 15:35:45 +0200 Subject: [PATCH] venv should be active for this command --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 7fbff05..d548d06 100644 --- a/README.rst +++ b/README.rst @@ -32,7 +32,7 @@ necessary packages: mkvirtualenv digimarks # or whatever project you are working on # If you just want to run it, no need for development dependencies uv sync --active --no-dev - # Otherwise, install everything + # Otherwise, install everything in the active virtualenv uv sync --active