diff --git a/src/ifcopenshell-python/docs/ifcopenshell/installation.rst b/src/ifcopenshell-python/docs/ifcopenshell/installation.rst
index efac9839db..99816bda1a 100644
--- a/src/ifcopenshell-python/docs/ifcopenshell/installation.rst
+++ b/src/ifcopenshell-python/docs/ifcopenshell/installation.rst
@@ -22,7 +22,8 @@ IfcOpenShell depends on:
- `Boost `__
- `OpenCascade `__ - for building IfcGeom For
- converting IFC representation items into BRep solids and tessellated meshes
+ converting IFC representation items into BRep solids and tessellated meshes.
+ Officially v7.5.0 is supported. Other versions may have unexpected behaviour.
- (Optional) `OpenCOLLADA `__ -
for IfcConvert to be able to write tessellated Collada (.dae) files
- (Optional) `SWIG `__ and `Python
@@ -61,8 +62,7 @@ operating systems. GCC (4.7 or newer) or Clang (any version) is required.
sudo apt-get install git cmake gcc g++ libboost-all-dev libcgal-dev
-3. Install OpenCascade Technology (OCCT). Officially v7.5.0 is supported. Other
- versions may have unexpected behaviour.
+3. Install OpenCascade Technology (OCCT).
.. code-block:: bash