mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-21 19:14:24 +00:00
1.1 KiB
1.1 KiB
uv
Fast Python package and project manager written in Rust.
TL;DR
Setup
brew install 'uv'
docker pull 'ghcr.io/astral-sh/uv:0.10.4-python3.12-trixie'
pip install 'uv'
pipx install 'uv'
Usage
# Install applications.
# Similar to `pipx install`.
uv tool install 'ansible'
# List installed applications.
uv tool list
# Run applications.
# Similar to `pipx run`.
uv tool run 'vllm'
uvx 'vllm' # alias for `uv tool run`
# Clear the cache.
uv cache clean