Installation
This page will help you install the Tyba Python Client.
Install the Python Client
- Make sure you have python 3.8 or later installed. You can follow the instructions here to do so. 
- Install the Tyba python client - pip install tyba-client
- Upgrade the Tyba python client - pip install --upgrade tyba-client
- Install/upgrade client dependencies - The Tyba Python Client has one important Tyba-maintained dependency, - generation_models. It should be installed as part of the pip-installation of the client, but in the event it isn’t, you can easily install it with pip, e.g.- pip install generation-models- Note that in the pip index it is called - generation-models.- Perhaps more useful, as we make improvements to the client and its dependencies, you will need to update them to access the latest features. Again, this can be achieved via pip, e.g. - pip install --upgrade generation-models
Install JupyterLab (recommended)
Jupyterlab is a browser-based interactive computing application that allows you to execute code, visualize results, and annotate your process in easily shareable “notebooks”. We recommend Jupyterlab to streamline the execution of your Python Client code. Installation instructions can be found here.
Version History
PyPi Package History (external link)