From 6ead4a61eb4a89396a0fc75eafbb298836a352eb Mon Sep 17 00:00:00 2001 From: brand175 <20964160+brand175@users.noreply.github.com> Date: Tue, 29 Oct 2024 20:17:34 -0700 Subject: [PATCH] Corrected Python Version The latest Python causes issues with JIT-WIN --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e1e74f4..d6e542d 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ The following apps have been tested by me and do work: - Sideloaded App requiring JIT that's been sideloaded using a supported method (AltStore, Sideloadly, other methods using developer certificates) # SETUP -Install python from https://www.python.org/downloads/. Make sure to add it to your PATH. +Install python 3.12.2 from https://www.python.org/downloads/release/python-3122/. Make sure to add it to your PATH. Download/Clone this repo (green button -> download zip), extract the zip whereever you'd like and run install.bat by double clicking it. # MacOS SETUP