Update README.md: Added uv section#3677
Conversation
Partially fixed: * vacanza#3670 Signed-off-by: David Hedlund <davidhedlund@users.noreply.github.com>
WalkthroughThe README's "Install" section is replaced with a new "Installation & execution" section, splitting instructions into pip-based and uv-based installation and execution paths, including quick-run and script usage examples. ChangesREADME Installation Docs
Estimated code review effort: 1 (Trivial) | ~3 minutes Related PRs: None identified. Suggested labels: documentation Suggested reviewers: None identified. Poem: A rabbit hops through docs anew, / Pip and uv, both in view. / Install, quick-run, a script to try, / README's clearer, no need to sigh. 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
uv section
|
There's no inconsistencies here. You're mixing recommendations for a user who needs a library (developer) with those for a user who just needs a tool to generate iCalendar files. And when I said that |



Proposed change
pipis not pre-installed, andpip3requires manual installation along with the--break-system-packagesflag to run. Usinguvbypasses these hurdles completely with a simple, hassle-free installation.Partially fixes:
uv, andgitsections #3670Your PR description goes here.
Type of change
holidaysfunctionality in general)Checklist
make checklocally; all checks and tests passed.