win\readme: drop stale PY_VER_MAJOR_MINOR reference (0a5388f38)

This commit is contained in:
Andrej730
2026-09-07 17:12:06 +05:00
parent ddcc9f4a0a
commit 9c311c19de
+1 -2
View File
@@ -72,10 +72,9 @@ Before building the dependencies, disable the script from installing Python:
> buid-deps.cmd > buid-deps.cmd
``` ```
After building the dependencies, append Python version and installation directory information to the BuildDepsCache file After building the dependencies, append Python installation directory information to the BuildDepsCache file
in `IfcOpenShell\win`: in `IfcOpenShell\win`:
``` ```
> echo PY_VER_MAJOR_MINOR=35>> BuildDepsCache-x64.txt
> echo PYTHONHOME=C:\Python3>> BuildDepsCache-x64.txt > echo PYTHONHOME=C:\Python3>> BuildDepsCache-x64.txt
``` ```