2024-07-25 13:37:22 -04:00
|
|
|
# Guides overview
|
2024-07-24 18:10:33 -04:00
|
|
|
|
2024-08-02 15:58:31 +02: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)
|
2024-08-02 15:58:31 +02:00
|
|
|
- [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
|
|
|
|
2024-07-30 18:17:58 -04:00
|
|
|
Or, explore the [concept documentation](../concepts/index.md) for comprehensive breakdown of each
|
|
|
|
|
feature.
|