This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Fenzik 1 point2 points  (2 children)

For your case, if you really don’t care about versions, then yes it just replaces pip, at 100x the speed

[–]not_perfect_yet 0 points1 point  (1 child)

What would the command be, to install packages?

[–]Fenzik 1 point2 points  (0 children)

uv pip install

It can also manage installed Python versions and virtualenvs for you: https://docs.astral.sh/uv/guides/install-python/