From 4c82187570ba284b3831433d8aa88f1d891235b3 Mon Sep 17 00:00:00 2001 From: BigBoiCJ <101492671+BigBoiCJ@users.noreply.github.com> Date: Sun, 30 Jul 2023 17:02:09 +0200 Subject: [PATCH] Added Python requirements --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 63f28da..fd8e1b1 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,10 @@ Cracking phase 2: - If you use the compiled .exe: - 64 bits Windows - If you use the python file (source): - - No requirement. I think Python 3+ is needed. + - The `requests` module. Install with `py -m pip install requests` or `python -m pip install requests` or `python3 -m pip install requests` + - The `pywin32` module (which contains win32api). Install with `py -m pip install pywin32` or `python -m pip install pywin32` or `python3 -m pip install pywin32` + - If you have any problem, please check https://pypi.org/project/pywin32/ + - I think Python 3+ is needed. ## Notes about DLCs Some DLCs in some games requires you to download additional files.\