mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-26 10:11:46 +00:00
bimtester: code formating and comments
This commit is contained in:
committed by
Dion Moult
parent
e346d5e3c6
commit
15199152ac
@@ -0,0 +1,13 @@
|
||||
# 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`
|
||||
Reference in New Issue
Block a user