Files
uv/docs/guides/index.md
T

22 lines
854 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)
2024-07-24 18:10:33 -04:00
Learn how to integrate uv with other software:
- [Using in Docker images](./integration/docker.md)
2024-09-25 20:55:02 -04:00
- [Using with Jupyter](./integration/jupyter.md)
2024-07-24 18:10:33 -04:00
- [Using with pre-commit](./integration/pre-commit.md)
- [Using in GitHub Actions](./integration/github.md)
2024-10-01 20:34:49 +02:00
- [Using in GitLab CI/CD](./integration/gitlab.md)
2024-07-25 13:37:22 -04:00
- [Using with alternative package indexes](./integration/alternative-indexes.md)
2024-08-25 09:11:10 -04:00
- [Building a FastAPI application](./integration/fastapi.md)
2024-07-24 18:10:33 -04:00
Or, explore the [concept documentation](../concepts/index.md) for comprehensive breakdown of each
feature.