Getting Started | PY

Installation

Install trueform via pip.

Requirements

  • Python 3.8 or later

PyPI

pip install trueform

Verify

import trueform as tf

print(tf.__version__)