From 5dd7cd64ccd766d2be67628d3232118134fbace9 Mon Sep 17 00:00:00 2001 From: derrod Date: Tue, 28 Apr 2020 06:55:09 +0200 Subject: [PATCH] Update python requirements in README Turns out that 1) 32 bit python is still a thing and 2) it throws an exception when trying to attach Shared Memory that is larger than 64 MiB. While we could work around that for cases where more than 64 MiB cache is required, for now it makes more sense to just drop 32 bit support. Most games are 64-bit only anyway. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dabef79..f92f240 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Right now it is in an early public testing stage and still needs a lot of work t ## Requirements -- python 3.8+ +- python 3.8+ **(64-bit)** - requests - setuptools (for installation)