1
0
mirror of https://github.com/aquatix/digimarks.git synced 2025-12-06 20:55:10 +01:00

venv should be active for this command

This commit is contained in:
2025-09-23 15:35:45 +02:00
parent bf6cd081f9
commit 987a030c4f

View File

@@ -32,7 +32,7 @@ necessary packages:
mkvirtualenv digimarks # or whatever project you are working on
# If you just want to run it, no need for development dependencies
uv sync --active --no-dev
# Otherwise, install everything
# Otherwise, install everything in the active virtualenv
uv sync --active