πŸ”¨Installation

Learn how to integrate our system with Python.

Requirements

Installing Python

Download and install Python 3.8.16 from:

By default, pip (a Python package installation tool) should also be installed.

Installing Additional Libraries

Run the following commands:

pip install vedo

pip install pyrender

The above commands should install vedo and pyrender to your Python environment.

All set! πŸŽ‰

Downloading the Python SDK

Click the button in the top header bar allows you to access the echo3D SDK for Python on GitHub.

You can also go directly to:

Clone this GitHub repository.

The SDK is available under echo3d_api.py.

All set! πŸŽ‰

Last updated

Was this helpful?