-
Notifications
You must be signed in to change notification settings - Fork 952
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update README for uv 0.3.0 #6165
Conversation
c0eb840
to
9e0db81
Compare
7421b5a
to
06f4392
Compare
- 🔩 Includes a [pip-compatible interface](#the-pip-interface) for a performance boost with a | ||
familiar CLI. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe something like this?
- 🔩 Includes a [pip-compatible interface](#the-pip-interface) for a performance boost with a | |
familiar CLI. | |
- 🔩 Includes a [pip-compatible interface](#the-pip-interface) for a drop-in performance boost. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Haha "drop-in" is dangerous. But yeah... maybe.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we say drop-in right now..
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah but it's been problematic
f0cd96e
to
152f167
Compare
projects. | ||
- 💾 Disk-space efficient, with a [global cache](https://docs.astral.sh/uv/concepts/cache) for | ||
dependency deduplication. | ||
- ⏬ Installable without Rust or Python via `curl` or `pip`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it just me or does this read a bit self-contradicting: Installable without Python via pip
.
Maybe Installable without Rust or Python via curl
or other package managers such as pip
, pipx
, etc.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Haha this did come to mind.. but we also want to be able to tell people it's available by pip
because it's such a popular installation method.. hm.
0a6d95a
to
5f79b0a
Compare
🚀 Rendered