Featured image of post Using uv

Using uv

uv is a tool for python package management.

语速

Recently, I’ve started using uv extensively instead of pdm.

knowledge piece

uvx could replace pipx.

The uvx command invokes a tool without installing it.

For example, to run ruff

1
uvx ruff