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

<!-- Thank you for contributing to uv! To help us out with reviewing, please consider the following: - Does this pull request include a summary of the change? (See below.) - Does this pull request include a descriptive title? - Does this pull request include references to any relevant issues? --> ## Summary Documentation for GitLab integration, reliant on the new tags introduced in https://github.com/astral-sh/uv/pull/6053 ## Test Plan <!-- How was it tested? --> --------- Co-authored-by: David Fritzsche <9479371+davidfritzsche@users.noreply.github.com> Co-authored-by: Zanie Blue <contact@zanie.dev>
854 B
854 B
Guides overview
Check out one of the core guides to get started:
- Installing Python versions
- Running scripts and declaring dependencies
- Running and installing applications as tools
- Creating and working on projects
Learn how to integrate uv with other software:
- Using in Docker images
- Using with Jupyter
- Using with pre-commit
- Using in GitHub Actions
- Using in GitLab CI/CD
- Using with alternative package indexes
- Building a FastAPI application
Or, explore the concept documentation for comprehensive breakdown of each feature.