Files
uv/docs/guides/index.md
T

14 lines
556 B
Markdown
Raw Normal View History

2024-07-25 13:37:22 -04:00
# Guides overview
2024-07-24 18:10:33 -04:00
Check out one of the core guides to get started:
2024-07-24 18:10:33 -04:00
- [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)
2024-07-24 18:10:33 -04:00
Or, explore the [concept documentation](../concepts/index.md) for comprehensive breakdown of each
feature.