mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-10 22:16:41 +00:00
dev_environment script - echo instead of rem so users could see the instructions
This commit is contained in:
@@ -1,10 +1,10 @@
|
|||||||
@echo off
|
@echo off
|
||||||
|
|
||||||
rem SETUP BLENDERBIM ADD-ON LIVE DEVELOPMENT ENVIRONMENT
|
echo SETUP BLENDERBIM ADD-ON LIVE DEVELOPMENT ENVIRONMENT
|
||||||
rem Update BLENDER, BLENDER_VERSION, PYTHON_VERSION, BBIM_REPO, BLENDER_USER_NAME in the script bellow.
|
echo 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
|
echo Put the script at the root of your IfcOpenShell git repository
|
||||||
rem This script needs to be run as administrator (to create symbolic links)
|
echo This script needs to be run as administrator (to create symbolic links)
|
||||||
rem Make sure you have followed these steps before proceeding :)
|
echo Make sure you have followed these steps before proceeding :)
|
||||||
|
|
||||||
pause
|
pause
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user