uv/docs/guides/integration/index.md
2024-11-20 08:50:02 -06:00

15 lines
536 B
Markdown

# Integration guides
Learn how to integrate uv with other software:
- [Using in Docker images](./docker.md)
- [Using with Jupyter](./jupyter.md)
- [Using with pre-commit](./pre-commit.md)
- [Using in GitHub Actions](./github.md)
- [Using in GitLab CI/CD](./gitlab.md)
- [Using with alternative package indexes](./alternative-indexes.md)
- [Installing PyTorch](./pytorch.md)
- [Building a FastAPI application](./fastapi.md)
Or, explore the [concept documentation](../../concepts/index.md) for comprehensive breakdown of each
feature.