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.
This commit is contained in:
derrod 2020-04-28 06:55:09 +02:00
parent e822a8f7bf
commit 5dd7cd64cc

View file

@ -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)