Skip to content

Commit 553334d

Browse files
ay-exMoult
authored andcommitted
add imports to snippet
added imports and syntax highlighting so it is easier to run for newcomers
1 parent 0b7b0a2 commit 553334d

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

src/ifctester/README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@ With **IfcTester**, you can author and read **Information Delivery Specification
44

55
## How to use it
66

7-
```
7+
```python
8+
import ifcopenshell
9+
from ifctester import ids, reporter
10+
11+
812
# create new IDS
913
my_ids = ids.Ids(title="My IDS")
1014

@@ -32,4 +36,4 @@ my_ids.validate(my_ifc)
3236

3337
# show results:
3438
reporter.Console(my_ids).report()
35-
```
39+
```

0 commit comments

Comments
 (0)