This page will help you install the Tyba API & Data Client.


Instructions

The easiest way to interact with the Tyba API is through the Python Client.

  1. Install python (version 3.8+)

    1. Homebrew (install here)

      1. Install python

        brew install python
        
      2. Upgrade python

        brew update
        brew upgrade python3
        
    2. Anaconda (install here)

      1. Install python

      2. Upgrade

        conda update python
        
    3. python (direct site)

  2. Install the Tyba python client

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

    pip install --upgrade tyba-client
    

Version History

PyPi Package History (external link)