You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: update development setup commands and scripts for uv (#1249)
* docs: update development setup commands and scripts for uv
* docs: clarify Linux venv auto-creation in setup
* scripts: mention make docs in setup complete message
* docs: standardize source activation syntax and simplify uv workflow
- Replace 'source' with '.' for activating virtual environments across all
docs and scripts for consistency
- Remove unnecessary virtual environment check in uv branch of setup_dev.sh
since 'uv sync' automatically handles venv creation
- Update install.rst to use idiomatic 'uv sync' instead of 'uv venv' +
'uv pip install', matching the contributing guide
* docs: finalize setup docs consistency for uv workflow
Resolve PR #1249 merge blockers by adding the required issue newsfragment, aligning `.venv` guidance across docs/scripts, and documenting Python <= 3.13 compatibility in install and contributing docs.
Made-with: Cursor
---------
Co-authored-by: acul71 <34693171+acul71@users.noreply.github.com>
Co-authored-by: Manu Sheel Gupta <manusheel.edu@gmail.com>
Updated contributor setup documentation to use ``uv sync`` with the default ``.venv`` workflow, including clearer setup-script guidance for Linux and macOS.
0 commit comments