feat: initialize project with Python 3.10 and feature retrieval module

This commit is contained in:
2026-02-01 12:11:11 +08:00
parent 9e9070bdb4
commit cf83c09165
7 changed files with 2792 additions and 324 deletions

View File

@@ -39,9 +39,7 @@ in {
# https://devenv.sh/basics/
enterShell = ''
eval "$(micromamba shell hook --shell bash)"
micromamba activate ./.venv
export PATH=$PATH:/home/sikongjueluo/Projects/Mini-Nav
source ./.venv/bin/activate
'';
# https://devenv.sh/tasks/