mirror of
https://github.com/astral-sh/uv.git
synced 2025-07-07 21:35:00 +00:00

A ton of work remaining here, pushing so I can preview things rendered. Here's the [latest rendered documentation](https://astral-sh.github.io/uv/).
9 lines
580 B
Markdown
9 lines
580 B
Markdown
# Introduction
|
|
|
|
uv is expanding from low-level commands to manage virtual environments and their packages to high-level project management commands and global management of Python installations and command line tools.
|
|
|
|
See the [project documentation](projects.md) for using uv to manage dependencies in a project, similar to `poetry`.
|
|
|
|
See the [tool documentation](tools.md) for using uv to run tools in ephemeral environments and install tools, similar to `pipx`.
|
|
|
|
See the [toolchain documentation](toolchains.md) for using uv to manage Python installations, similar to `pyenv`.
|