chore: bump python version to 3.13.9 (#767)

This commit is contained in:
Bobby Noelte
2025-11-16 13:25:45 +01:00
committed by GitHub
parent 7bf9dd723e
commit bad99fc62d
5 changed files with 15 additions and 8 deletions

View File

@@ -5,10 +5,10 @@
This guide provides different methods to install AkkudoktorEOS:
- Installation from Source (GitHub)
- Installation from Release Package (GitHub)
- Installation with Docker (DockerHub)
- Installation with Docker (docker-compose)
- Installation from Source (GitHub) (M1)
- Installation from Release Package (GitHub) (M2)
- Installation with Docker (DockerHub) (M3)
- Installation with Docker (docker-compose) (M4)
Choose the method that best suits your needs.
@@ -34,6 +34,9 @@ Before installing, ensure you have the following:
- Docker Engine 20.10 or higher
- Docker Compose (optional, recommended)
See [Install Docker Engine](https://docs.docker.com/engine/install/) on how to install docker on
your Linux distro.
## Installation from Source (GitHub) (M1)
Recommended for developers or users wanting the latest updates.