Requirements

You need:

  • Python 3.7 or later

  • OS Windows

  • Tecnomatix Plant Simulation version 15.0

_images/requirements.png

Installation

The easiest way to install is using pip:

$ pip install simulai

This will install the latest stable version on PIPy.

If you want to use the latest development version from github, unpack or clone the repo on your local machine, change the directory to where setup.py is, and install using setuptools:

$ python setup.py install

or pip:

$ pip install -e .