diff --git a/src/ifcopenshell-python/docs/ifcconvert/installation.rst b/src/ifcopenshell-python/docs/ifcconvert/installation.rst index 5d5835f956..5810c0e62a 100644 --- a/src/ifcopenshell-python/docs/ifcconvert/installation.rst +++ b/src/ifcopenshell-python/docs/ifcconvert/installation.rst @@ -6,6 +6,7 @@ There are different methods of installation, depending on your situation. 1. **Pre-built packages** is recommended for users wanting to use the latest IfcOpenShell builds. 2. **Conda** is recommended for developers using Anaconda. 3. **Compiling from source** is recommended for developers actively working with the C++ core. +4. **Packaged installation** is recommended for those who use a package manager. Pre-built packages ------------------ @@ -49,3 +50,8 @@ Compiling from source Advanced developers may want to compile IfcOpenShell. Refer to the :doc:`IfcOpenShell installation guide <../ifcopenshell/installation>` for instructions. + +Packaged installation +--------------------- + +- **Arch Linux**: `Direct from Git `__. diff --git a/src/ifcopenshell-python/docs/ifcopenshell/installation.rst b/src/ifcopenshell-python/docs/ifcopenshell/installation.rst index a7ff243419..a78f2cdba8 100644 --- a/src/ifcopenshell-python/docs/ifcopenshell/installation.rst +++ b/src/ifcopenshell-python/docs/ifcopenshell/installation.rst @@ -270,3 +270,8 @@ This is for users of `MSYS2 `__ and `MinGW For more information on configuring a Windows compilation see the `Windows Readme `__. + +Packaged installation +--------------------- + +- **Arch Linux**: `Direct from Git `__.