mirror of
https://github.com/astral-sh/uv.git
synced 2025-07-13 00:05:01 +00:00
13 lines
556 B
Markdown
13 lines
556 B
Markdown
# Guides overview
|
|
|
|
Check out one of the core guides to get started:
|
|
|
|
- [Installing Python versions](./install-python.md)
|
|
- [Running scripts and declaring dependencies](./scripts.md)
|
|
- [Running and installing applications as tools](./tools.md)
|
|
- [Creating and working on projects](./projects.md)
|
|
- [Building and publishing packages](./package.md)
|
|
- [Integrate uv with other software, e.g., Docker, GitHub, PyTorch, and more](./integration/index.md)
|
|
|
|
Or, explore the [concept documentation](../concepts/index.md) for comprehensive breakdown of each
|
|
feature.
|