mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-23 15:06:25 +00:00
See #3579. Support Google Colab as an installation option.
This commit is contained in:
@@ -1,16 +1,19 @@
|
|||||||
Installation
|
Installation
|
||||||
============
|
============
|
||||||
|
|
||||||
There are different methods of installation, depending on your situation.
|
There are different methods of installation, depending on your situation. If
|
||||||
|
you aren't sure which to choose, if you're a programmer, go for the **Pre-built
|
||||||
|
packages**. If you aren't a programmer, go for the **BlenderBIM Add-on**.
|
||||||
|
|
||||||
1. **Pre-built packages** is recommended for users wanting to use the latest IfcOpenShell builds.
|
1. **Pre-built packages** is recommended for users wanting to use the latest IfcOpenShell builds.
|
||||||
2. **PyPI** is recommended for developers using Pip.
|
2. **PyPI** is recommended for developers using Pip.
|
||||||
3. **Conda** is recommended for developers using Anaconda.
|
3. **Conda** is recommended for developers using Anaconda.
|
||||||
4. **Docker** is recommended for developers using Docker.
|
4. **Docker** is recommended for developers using Docker.
|
||||||
5. **AWS Lambda** is recommended for developers using AWS Lambda functions.
|
5. **AWS Lambda** is recommended for developers using AWS Lambda functions.
|
||||||
6. **Using the BlenderBIM Add-on** is recommended for non-developers wanting a graphical interface.
|
6. **Google Colab** is recommended for developers using Google Colab.
|
||||||
7. **From source with precompiled binaries** is recommended for developers actively working with the Python code.
|
7. **Using the BlenderBIM Add-on** is recommended for non-developers wanting a graphical interface.
|
||||||
8. **Compiling from source** is recommended for developers actively working with the C++ core.
|
8. **From source with precompiled binaries** is recommended for developers actively working with the Python code.
|
||||||
|
9. **Compiling from source** is recommended for developers actively working with the C++ core.
|
||||||
|
|
||||||
Pre-built packages
|
Pre-built packages
|
||||||
------------------
|
------------------
|
||||||
@@ -182,6 +185,18 @@ Gateways, etc.
|
|||||||
the AWS documentation. Some tools that could be useful are AWS
|
the AWS documentation. Some tools that could be useful are AWS
|
||||||
CloudFormaton, AWS CDK, pulumi or terraform.
|
CloudFormaton, AWS CDK, pulumi or terraform.
|
||||||
|
|
||||||
|
Google Colab
|
||||||
|
------------
|
||||||
|
|
||||||
|
The Google Colab environment is based on the distribution from PyPI, but lets
|
||||||
|
you run it in an online notebook without any local setup required. This is
|
||||||
|
great for educators and those wanting to try it out without control on their
|
||||||
|
local system.
|
||||||
|
|
||||||
|
`Click here
|
||||||
|
<https://colab.research.google.com/drive/1S9uZQvqXRpF1z6JTiKk79M1Ln63rHHIZ?usp=sharing>`__
|
||||||
|
to launch a simple notebook.
|
||||||
|
|
||||||
Using the BlenderBIM Add-on
|
Using the BlenderBIM Add-on
|
||||||
---------------------------
|
---------------------------
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user