mirror of
https://github.com/astral-sh/uv.git
synced 2025-09-13 05:56:29 +00:00

Reframes "the low-level interface" as "the pip interface" Adds indexes to all sections Renames "commercial indexes" to "alternative indexes"
17 lines
697 B
Markdown
17 lines
697 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)
|
|
|
|
Learn how to integrate uv with other software:
|
|
|
|
- [Using in Docker images](./integration/docker.md)
|
|
- [Using with pre-commit](./integration/pre-commit.md)
|
|
- [Using in GitHub Actions](./integration/github.md)
|
|
- [Using with alternative package indexes](./integration/alternative-indexes.md)
|
|
|
|
Or, explore the [concept documentation](../concepts/index.md) for comprehensive breakdown of each feature.
|