Skip to content

Latest commit

 

History

History
97 lines (73 loc) · 3.48 KB

README.rst

File metadata and controls

97 lines (73 loc) · 3.48 KB

PyTwin

PyAnsys Python PyPI Codecov GH-CI MIT Black pre-commit.ci status

Overview

PyTwin is a Python package that eases Ansys Digital Twins consumption workflows.

Documentation

For comprehensive information on PyTwin, see the latest release Documentation and its sections:

Installation

The pytwin package supports Python 3.7 through Python 3.11 on Windows and Linux.

Install the latest release from PyPI with:

pip install pytwin

If you plan on doing local development of PyTwin with Git, install the latest release with:

git clone https://github.com/pyansys/pytwin.git
cd pytwin
pip install pip -U
pip install -e .

Dependencies

The pytwin package requires access to an Ansys License Server with the twin_builder_deployer feature available (see the Getting started section).

License and acknowledgments

PyTwin is licensed under the MIT license.

For more information on Ansys Digital Twins, see the Twin Builder page on the Ansys website.