From cd21bf5617400b4142f189d7828c4d264e7bf825 Mon Sep 17 00:00:00 2001 From: KittenTM Date: Wed, 22 Apr 2026 04:01:31 +0200 Subject: [PATCH] chore: update readme to warn of max py ver --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e11de43..1996705 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,8 @@
- +
- Basically 0% lol

--- @@ -34,7 +33,7 @@ Telemetry is technically not required for the server to run, however it is requi npm install ``` -To start, install Python `3.11+`. While newer versions aren't tested they should work fine. Then install using: +To start, install either Python `3.11` or `3.12`. While newer versions aren't tested they should work fine. Note that anything **ABOVE** 3.12 will require building oead from source, as it is a required dependency. View their documentation [here](https://oead.readthedocs.io/en/stable/about.html#building-from-source). Then install using: ``` pip install . -v ```