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