Skip to Content
⚠️ Action required: DeltaTwin API has been updated to v2.0. Please update your deltatwin-cli. Read our technical notes for details.
DocumentationTutorialBuilding a DeltaTwin®

Building a DeltaTwin®

Welcome to this tutorial. We’ll guide you through creating your own DeltaTwin® using the command line interface (CLI Documentation ) and publishing it to our cloud environment.

Here, we’ll will walk you through building a simple DeltaTwin® with one model that allows you to rotate an image. We’ll also explain how to run your DeltaTwin® locally or remotely.

This is a simple demonstrator, to help you understand how the service works.

Prerequisite

It requires :

  • Linux or Mac operating system
  • Python 3.11 or 3.12
  • docker-engine
  • and the DeltaTwin® Command Line Interface (CLI Documentation ) to be installed.

To do so, launch the command :

pip install deltatwin-cli

To understand what DeltaTwin® component stands for, please refer to the description here.