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 two important Tyba-maintained dependencies (generation_models and project_finance). These should be installed as part of the pip-installation of the client, but in the event they are not, you can easily install them with pip, e.g.

    pip install generation-models
    

    Note that in the pip index they are called generation-models and tyba-financial-model, respectively.

    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)