From 380e791c59189fbf24ab400c8151313481a5bfb5 Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Thu, 31 Oct 2024 13:40:36 +0500 Subject: [PATCH] ifcpatch - add pip installation to readme --- src/ifcopenshell-python/docs/ifcpatch.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/ifcopenshell-python/docs/ifcpatch.rst b/src/ifcopenshell-python/docs/ifcpatch.rst index ca5da6b609..8e995ac348 100644 --- a/src/ifcopenshell-python/docs/ifcpatch.rst +++ b/src/ifcopenshell-python/docs/ifcpatch.rst @@ -7,6 +7,13 @@ prepackaged scripts on IFC models on a server with a standardised interface. It's also great for distributing little scripts that need to modify an IFC to users who don't know how to code or aren't interested in knowing the details. +PyPI +---- + +.. code-block:: + + pip install ifcpatch + Source installation -------------------