mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-12 10:33:20 +00:00
Add pip/docker install instructions
This commit is contained in:
@@ -5,8 +5,9 @@ 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.
|
||||
3. **Docker** is recommended for developers using Docker.
|
||||
4. **Compiling from source** is recommended for developers actively working with the C++ core.
|
||||
5. **Packaged installation** is recommended for those who use a package manager.
|
||||
|
||||
Pre-built packages
|
||||
------------------
|
||||
@@ -44,6 +45,17 @@ Conda
|
||||
|
||||
Installing IfcConvert from Conda will also install IfcOpenShell-Python.
|
||||
|
||||
Docker
|
||||
------
|
||||
|
||||
.. code-block::
|
||||
|
||||
$ docker run -it aecgeeks/ifcopenshell IfcConvert
|
||||
|
||||
.. note::
|
||||
|
||||
Installing IfcConvert from Docker will also install IfcOpenShell-Python.
|
||||
|
||||
Compiling from source
|
||||
---------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user