Skip to content

Installation

Stable release

To install asenetcky digital twin, run this command in your terminal:

uv add asenetcky-digital-twin

Or if you prefer to use pip:

pip install asenetcky-digital-twin

From source

The source files for asenetcky digital twin can be downloaded from the Github repo.

You can either clone the public repository:

git clone https://github.com/asenetcky/asenetcky_digital_twin

Or download the tarball:

curl -OJL https://github.com/asenetcky/asenetcky_digital_twin/tarball/main

Once you have a copy of the source, you can install it with:

cd asenetcky_digital_twin
uv sync