Files
IfcOpenShell/src/ifcbimtester/README.md
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
367 B
Markdown
Raw Normal View History

2020-11-26 07:37:29 +01:00
# 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`