WTFM
  • Home
  • Posts
  • Categories
  • Tags
  • About

uv: Quickstart

 2024.9.19  2025.5.3  Programming  35  1 min
Something wrong? Create a PR!

Contents

  1. How to quickstart with uv
  2. References

How to quickstart with uv

1
2
3
4
5
curl -LsSf https://astral.sh/uv/install.sh | sh
uv python install 3.10 3.11 3.12
uv python pin 3.11
uv venv
uv pip install -r requirements.txt

References

  • https://docs.astral.sh/uv/
  • https://mkennedy.codes/posts/python-docker-images-using-uv-s-new-python-features/
Share on:

See Also:

  • Reviewing UV: The Quirkiest Python Package Manager Ever
  • UV is Shaking Up the Production Game
  • Makefile based on uv
  • Neovim for ML
  • Docker Compose Env Var Adventures
English Dependencies Python Uv
  • < Makefile
  • Create a Button for Takt on macOS >
© 2023–2025 
Powered by Hugo | Theme is MemE
CC BY-NC-SA 4.0