Docs: Update developer workflow to prioritize Devcontainers and local setup using uv#1790
Docs: Update developer workflow to prioritize Devcontainers and local setup using uv#1790tharun-mk wants to merge 1 commit into
Conversation
|
Hi @tharun-mk, thanks for the PR. The doc looks mostly good, even though the " |
|
Hi @mstimberg, |
|
Hi @tharun-mk. Why not change the |
|
Hi @tharun-mk are you still interested in/have time for working on this? |
->Added the standard command
uv add --dev --editable .[docs,test]so developers can resolve dependencies directly from the existingpyproject.tomlwithout needing to maintain redundant dependency files.->ocal setup instructions with a modern
uvworkflow.->Restructured the environment setup guide to prominently feature the VS Code Devcontainer approach as the #1 recommended method for new contributors.