Skip to content

usc-isi-i2/t2wml-api

Repository files navigation

Coverage Status

The T2WML API: A programmatic way of using T2WML

Installing the T2WML API

  1. make a fresh virtual environment
  2. pip install --extra-index-url https://pypi.fury.io/theresearchsoftwarecompany/ t2wml-api
  3. You can now use from t2wml import... to write code (see the API guide)