1
0
mirror of https://codeberg.org/diginaut/digimarks.git synced 2026-02-04 07:00:26 +01:00

2 Commits

Author SHA1 Message Date
a9f8236ee6 uv direnv 2025-12-31 14:19:34 +01:00
ac9e010808 uv direnv 2025-12-31 14:19:24 +01:00
2 changed files with 4 additions and 2 deletions

1
.envrc Normal file
View File

@@ -0,0 +1 @@
layout uv

View File

@@ -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