Commit e6a58b9
committed
docs(readme): keep quickstart runnable
The quickstart now uses uv-managed module execution so the README works from a fresh checkout without requiring manual virtualenv activation. This keeps the documented path aligned with the project's src layout and setup flow.
Constraint: Quickstart steps should work without requiring manual venv activation
Rejected: Add a separate venv activation step | more shell-specific and easier to skip
Confidence: high
Scope-risk: narrow
Reversibility: clean
Directive: Keep README command examples aligned with the uv-managed workflow unless setup semantics change
Tested: uv run python -m python_template --help; uv run python -m python_template hello; python -m python_template --help (fails as expected without uv run)
Not-tested: Full CI suite (docs-only change)1 parent 95c7666 commit e6a58b9
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
| 22 | + | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
0 commit comments