Added note to install Python 3.8.10 for Windows 7 compatibility

This commit is contained in:
Yun Zheng Hu
2021-12-17 11:52:43 +01:00
parent db5b8d9062
commit 148c912370

View File

@@ -81,6 +81,9 @@ We are aware that some Anti Virus vendors don't like the Windows binaries, in th
1. If you don't have Python 3.6 or higher installed, download it first from https://www.python.org/downloads/ 1. If you don't have Python 3.6 or higher installed, download it first from https://www.python.org/downloads/
* Choose `Python 3.8.10` if you want your binary to work on Windows 7:
* Download [Python 3.8.10 Windows installer (32 bit)](https://www.python.org/ftp/python/3.8.10/python-3.8.10.exe)
* Download [Python 3.8.10 Windows installer (64-bit)](https://www.python.org/ftp/python/3.8.10/python-3.8.10-amd64.exe)
* Ensure that during install you choose: `Add Python 3.x to PATH`, this makes the following steps much easier. * Ensure that during install you choose: `Add Python 3.x to PATH`, this makes the following steps much easier.
2. Open a command prompt and use `pip` to install the `pyinstaller` package: 2. Open a command prompt and use `pip` to install the `pyinstaller` package: