From e3ddccdb11bb2b2c1d702cb6267b735d68df4153 Mon Sep 17 00:00:00 2001 From: Orion Sehn Date: Thu, 22 May 2025 15:23:37 -0600 Subject: [PATCH] updating documentation to make it clear to run the setup script on windows with blender closed. --- src/bonsai/docs/guides/development/installation.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/bonsai/docs/guides/development/installation.rst b/src/bonsai/docs/guides/development/installation.rst index a471c456ee..742556942f 100644 --- a/src/bonsai/docs/guides/development/installation.rst +++ b/src/bonsai/docs/guides/development/installation.rst @@ -158,8 +158,11 @@ For Linux or Mac: :language: bash :caption: dev_environment.sh -For Windows, run this batch script as an administrator. Before running it -follow the instructions described in the `rem` tags. +For Windows, run this batch script as an administrator. Make sure to +run the script with blender closed. By default the script assumes its +in the root directory of the IFCOpenShell repository. If you want to run +it from another directory, set the environment variables described in the +`rem` tags. .. literalinclude:: ../../../scripts/installation/dev_environment.bat :language: bat