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

uv direnv

This commit is contained in:
2025-12-31 14:19:24 +01:00
parent 21f5f34e4f
commit ac9e010808

View File

@@ -27,9 +27,10 @@ necessary packages:
.. code-block:: bash .. code-block:: bash
git clone https://github.com/aquatix/digimarks.git git clone https://codeberg.org/diginaut/digimarks.git
cd digimarks 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 # If you just want to run it, no need for development dependencies
uv sync --active --no-dev uv sync --active --no-dev
# Otherwise, install everything in the active virtualenv # Otherwise, install everything in the active virtualenv