Installation

This page will help you install the Tyba Python Client.

Install the Python Client

  1. Make sure you have python 3.8 or later installed. You can follow the instructions here to do so.

  2. Install the Tyba python client

    pip install tyba-client
    
  3. Upgrade the Tyba python client

    pip install --upgrade tyba-client
    
  4. 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
    

Version History

PyPi Package History (external link)