UV Install Option#1
Conversation
Lusan-sapkota
left a comment
There was a problem hiding this comment.
Hi! 👋
Thanks a lot for the PR!
I noticed the command in the README using uv might not work reliably for all users, especially in managed environments or Docker where Python packaging is restricted (PEP 668, uv not in PATH, etc.).
I’ve recently updated the installation instructions to use a more robust pipx approach that works well across normal user environments without requiring root or unsafe overrides.
Would you mind updating the PR with the improved method? It’ll help keep the experience consistent and beginner-friendly for users trying out the tool for the first time.
Let me know if you'd like help adjusting the command or anything else!
Thanks again for contributing 🚀
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing touches🧪 Generate unit tests (beta)
Comment |
Thought others might find this a better option, as UV has gotten quite popular <3