From e4afcc96d12ca3efdf805ba9aa9d8bc88d5ed5ca Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Thu, 25 Jul 2024 18:13:35 +0500 Subject: [PATCH] dev_environment script - echo instead of rem so users could see the instructions --- .../scripts/installation/dev_environment.bat | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/blenderbim/scripts/installation/dev_environment.bat b/src/blenderbim/scripts/installation/dev_environment.bat index 16c215933f..bf7da943e4 100644 --- a/src/blenderbim/scripts/installation/dev_environment.bat +++ b/src/blenderbim/scripts/installation/dev_environment.bat @@ -1,10 +1,10 @@ @echo off -rem SETUP BLENDERBIM ADD-ON LIVE DEVELOPMENT ENVIRONMENT -rem Update BLENDER, BLENDER_VERSION, PYTHON_VERSION, BBIM_REPO, BLENDER_USER_NAME in the script bellow. -rem Put the script at the root of your IfcOpenShell git repository -rem This script needs to be run as administrator (to create symbolic links) -rem Make sure you have followed these steps before proceeding :) +echo SETUP BLENDERBIM ADD-ON LIVE DEVELOPMENT ENVIRONMENT +echo Update BLENDER, BLENDER_VERSION, PYTHON_VERSION, BBIM_REPO, BLENDER_USER_NAME in the script bellow. +echo Put the script at the root of your IfcOpenShell git repository +echo This script needs to be run as administrator (to create symbolic links) +echo Make sure you have followed these steps before proceeding :) pause