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

More uv usage

This commit is contained in:
2025-09-21 18:31:40 +02:00
parent f05525a9cd
commit 21306f030e
3 changed files with 34 additions and 8 deletions

View File

@@ -30,7 +30,10 @@ necessary packages:
git clone https://github.com/aquatix/digimarks.git
cd digimarks
mkvirtualenv digimarks # or whatever project you are working on
pip install -r requirements.txt
# If you just want to run it, no need for development dependencies
uv sync --active --no-dev
# Otherwise, install everything
uv sync --active
Migrating from version 1