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 ```