ifcclash - fix broken list

This commit is contained in:
Andrej730
2024-10-31 13:45:28 +05:00
parent 380e791c59
commit e56589d544
+3 -3
View File
@@ -16,9 +16,9 @@ Source installation
-------------------
1. :doc:`Install IfcOpenShell <ifcopenshell-python/installation>`
3. Optionally `install bcf <https://github.com/IfcOpenShell/IfcOpenShell/tree/v0.8.0/src/bcf>`_ (needed for BCF reports of results)
4. `Clone the source code <https://github.com/IfcOpenShell/IfcOpenShell/tree/v0.8.0/src/ifcclash>`_.
5. ``cd /path/to/IfcOpenShell/src/ifcclash``
2. Optionally `install bcf <https://github.com/IfcOpenShell/IfcOpenShell/tree/v0.8.0/src/bcf>`_ (needed for BCF reports of results)
3. `Clone the source code <https://github.com/IfcOpenShell/IfcOpenShell/tree/v0.8.0/src/ifcclash>`_.
4. ``cd /path/to/IfcOpenShell/src/ifcclash``
Here is a minimal example of how to use IfcPatch as a Python module or CLI
utility: