From ac9e010808aaa07a9f668375badbd1c287068c12 Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Wed, 31 Dec 2025 14:19:24 +0100 Subject: [PATCH] uv direnv --- README.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index d548d06..86bdd3a 100644 --- a/README.rst +++ b/README.rst @@ -27,9 +27,10 @@ necessary packages: .. code-block:: bash - git clone https://github.com/aquatix/digimarks.git + git clone https://codeberg.org/diginaut/digimarks.git cd digimarks - mkvirtualenv digimarks # or whatever project you are working on + # direnv will now create or activate a virtualenv + # See https://github.com/direnv/direnv/wiki/Python#uv for direnv uv config # If you just want to run it, no need for development dependencies uv sync --active --no-dev # Otherwise, install everything in the active virtualenv