🔨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

You can also go directly to:

Clone this GitHub repository.

The SDK is available under echo3d_api.py.

All set! 🎉

Last updated