bimtester: code formating and comments

This commit is contained in:
Bernd Hahnebach
2020-11-26 07:37:29 +01:00
committed by Dion Moult
parent e346d5e3c6
commit 15199152ac
3 changed files with 66 additions and 11 deletions
+13
View File
@@ -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`