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

More complete direnv config

This commit is contained in:
2026-01-04 14:59:50 +01:00
parent 47a0f31ec3
commit be34c6e88f
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@@ -98,6 +98,7 @@ ENV/
# vim # vim
*.swp *.swp
*.swo
# Zed editor # Zed editor
.zed .zed

View File

@@ -30,7 +30,7 @@ necessary packages:
git clone https://codeberg.org/diginaut/digimarks.git git clone https://codeberg.org/diginaut/digimarks.git
cd digimarks cd digimarks
# direnv will now create or activate a virtualenv # direnv will now create or activate a virtualenv
# See https://github.com/direnv/direnv/wiki/Python#uv for direnv uv config # See https://codeberg.org/diginaut/dotfiles/src/branch/master/.config/direnv/direnvrc 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