From 0d06560337800475e25581979cb98f403c470a7d Mon Sep 17 00:00:00 2001 From: patientx Date: Thu, 11 Dec 2025 19:59:53 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8193eaa59..6cdec31c5 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ ZLUDA, MIOpen, and Triton will rebuild everything from scratch, making future op ## Dependencies * Install GIT from `https://git-scm.com/download/win` During installation don't forget to check the box for "Use Git from the Windows Command line and also from 3rd-party-software" to add Git to your system's PATH. -* Install python 3.11.9 or higher(min 3.10, max 3.13 is supported) from python website `https://www.python.org/downloads/windows/` (not from Microsoft Store on Windows) Make sure you check the box for "Add Python to PATH when you are at the "Customize Python" screen. +* Install python 3.11.9 or higher(max 3.12 is supported atm if you want to use triton) from python website `https://www.python.org/downloads/windows/` (not from Microsoft Store on Windows) Make sure you check the box for "Add Python to PATH when you are at the "Customize Python" screen. * Install visual c++ runtime library from `https://aka.ms/vs/17/release/vc_redist.x64.exe` ## Setup (Windows-Only)