dev_environment.py: add shebang and make executable

This commit is contained in:
Andrej730
2026-07-14 12:12:54 +05:00
parent 6dec340161
commit 97d1a6e488
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -1,3 +1,4 @@
#!/usr/bin/env python3
"""Setup Bonsai Development Environment.
Script links existing Bonsai installation to the provided IfcOpenShell repository.
+1
View File
@@ -1,3 +1,4 @@
#!/usr/bin/env python3
"""Setup IfcOpenShell Development Environment.
Scripts creates symlinks in current user's site-packages to the IfcOpenShell repository.