dev_environment script - echo instead of rem so users could see the instructions

This commit is contained in:
Andrej730
2024-07-25 18:13:35 +05:00
parent 5f94a84616
commit e4afcc96d1
@@ -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