From 8dd7f4e7a56d5867fd7d1870fe873388c58221e5 Mon Sep 17 00:00:00 2001 From: NinjaCheetah <58050615+NinjaCheetah@users.noreply.github.com> Date: Mon, 22 Apr 2024 13:04:38 -0400 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index ae276f2..1ed3e76 100644 --- a/README.md +++ b/README.md @@ -20,10 +20,9 @@ The following options are available: - **Linux:** Python 3.11 - **macOS:** Python 3.11 (Requires macOS 10.9 or later, however macOS 11.0 or later may be required for library support) -Python 3.12 is not supported at this time. +**Python 3.12 is not supported at this time.** First, install the required dependencies: -To build it yourself, first install required Python modules with: ``` pip install -r requirements.txt ```