From 7e6b7584508a6aae48213c03adf9dfbbbf9c5892 Mon Sep 17 00:00:00 2001 From: civilx64 <26513472+civilx64@users.noreply.github.com> Date: Wed, 16 May 2018 23:05:07 -0400 Subject: [PATCH] Add instructions for install via conda. --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index a327b26b03..122b40c7af 100644 --- a/README.md +++ b/README.md @@ -137,6 +137,15 @@ If all worked out correctly you can now use IfcOpenShell. See the examples below $ sudo make install +Installing IfcOpenShell with Conda +---------------------------------- +Another option for building and installing IfcOpenShell is to use the popular +[Anaconda Python Distribution](https://www.anaconda.com/download). +The requirements are spread across a number of channels. +You can add these channels to your configuration, or specify them all on the command line: + + $ conda install -c conda-forge -c oce -c dlr-sc -c ifcopenshell ifcopenshell + Usage examples --------------