mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-24 11:36:59 +00:00
14 lines
367 B
Markdown
14 lines
367 B
Markdown
|
|
# BIMTester
|
||
|
|
### Packages to be installed
|
||
|
|
+ behave
|
||
|
|
+ pystache
|
||
|
|
+ ifcopenshell
|
||
|
|
|
||
|
|
|
||
|
|
### Create a binary out of the Python package
|
||
|
|
+ The commands needs to be updated
|
||
|
|
+ Unix:
|
||
|
|
`$ pyinstaller --onefile --clean --icon=icon.ico --add-data "features:features" bimtester.py`
|
||
|
|
+ Windows:
|
||
|
|
`$ pyinstaller --onefile --clean --icon=icon.ico --add-data "features;features" bimtester.py`
|