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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user