Teal Demos
To get started, create a new Python virtual environment and install Teal:
pip install teal
Run the initial Teal program:
teal service.tl
Then deploy and invoke it:
teal deploy; teal invoke
Then, copy any of the files in examples
into service.tl
!
See Getting Started for more details.