Installation
Prerequisites
You will need to have Python 3.11.x installed on your system. You can download the latest version of Python from the official website.
It is recommended to install the SDK into a virtual environment, using an environment manager such as poetry, pyenv, or pipenv.
The Automata LINQ SDK is available via the Python Package Index (PyPI).
You can install the latest version via pip using
pip install automata-linq-sdk
To install a specific version (for example, 1.10.2), you can append ==x.x.x onto the package name, e.g.,
pip install automata-linq-sdk==1.10.2
If you require a version not currently installable via pip, contact your Customer Success Manager and it can be added.
Attention
You may need to ask your Automata Customer Success Manager for a username and password.