From 9c311c19ded1f4a9d8378c13b3322abb20ac9393 Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Mon, 7 Sep 2026 17:12:06 +0500 Subject: [PATCH] win\readme: drop stale `PY_VER_MAJOR_MINOR` reference (0a5388f38) --- win/readme.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/win/readme.md b/win/readme.md index b504108920..1db3973656 100644 --- a/win/readme.md +++ b/win/readme.md @@ -72,10 +72,9 @@ Before building the dependencies, disable the script from installing Python: > 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`: ``` -> echo PY_VER_MAJOR_MINOR=35>> BuildDepsCache-x64.txt > echo PYTHONHOME=C:\Python3>> BuildDepsCache-x64.txt ```