From 7b817f73596c7214815f6cfafc5d38c4f42e1b5d Mon Sep 17 00:00:00 2001 From: Dion Moult Date: Fri, 30 Sep 2022 18:53:14 +1000 Subject: [PATCH] Minor fix --- .../docs/ifcopenshell-python/installation.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/ifcopenshell-python/docs/ifcopenshell-python/installation.rst b/src/ifcopenshell-python/docs/ifcopenshell-python/installation.rst index 141768f2df..c3df98b41d 100644 --- a/src/ifcopenshell-python/docs/ifcopenshell-python/installation.rst +++ b/src/ifcopenshell-python/docs/ifcopenshell-python/installation.rst @@ -97,6 +97,12 @@ Conda Installing IfcOpenShell from Conda will also install IfcConvert. +.. warning:: + + Conda builds are not yet available for Mac ARM devices (M1 chip). Instead, + please follow the instructions for the Pre-built packages or PyPI sections + above. + Docker ------