Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(setup): handle OS-specific venv activation path
- Support both Windows and Linux/macOS venv activation - Use `.venv/Scripts/activate` for Windows - Use `.venv/bin/activate` for Linux/macOS
- Loading branch information