Files
uv/docs/guides/integration/index.md
T

18 lines
634 B
Markdown
Raw Normal View History

2024-07-25 13:37:22 -04:00
# Integration guides
Learn how to integrate uv with other software:
- [Using in Docker images](./docker.md)
- [Using with Jupyter notebooks](./jupyter.md)
- [Using with marimo notebooks](./marimo.md)
2024-07-25 13:37:22 -04:00
- [Using with pre-commit](./pre-commit.md)
- [Using in GitHub Actions](./github.md)
2024-10-01 20:34:49 +02:00
- [Using in GitLab CI/CD](./gitlab.md)
- [Using with alternative package indexes](./alternative-indexes.md)
- [Installing PyTorch](./pytorch.md)
2024-10-01 20:34:49 +02:00
- [Building a FastAPI application](./fastapi.md)
2025-01-07 13:50:31 -05:00
- [Using with AWS Lambda](./aws-lambda.md)
Or, explore the [concept documentation](../../concepts/index.md) for comprehensive breakdown of each
feature.