Installation

View as Markdown

These docs target telcoflow-sdk 0.24.0, which is currently published on TestPyPI.

Install the Exact Version These Docs Describe

$pip install -i https://test.pypi.org/simple/ telcoflow-sdk==0.24.0

Install the Latest Published TestPyPI Build

$pip install -i https://test.pypi.org/simple/ telcoflow-sdk

Using requirements.txt

Add the following to your requirements.txt:

--extra-index-url https://test.pypi.org/simple/
telcoflow-sdk==0.24.0

Then install:

$pip install -r requirements.txt

Requirements

  • Python 3.11+
  • websockets >= 15.0
  • typing-extensions >= 4.8.0

These dependencies are installed automatically when you install the SDK.

Next Steps