Comment on page
Tailer Beta Releases
DANGEROUS ZONE : On this page, you will find the Tailer Components' beta releases
https://fd-io-jarvis-platform-api-proxy-staging-a7nkzexitq-ew.a.run.app/
Beta versions of Tailer SDK are available here for testing purposes.
INSTALL ONLY IF YOU KNOW WHAT YOU ARE DOING !
- TTT : enhanced the way tasks dependencies are parsed.
- Misc : enhanced encoding detection when reading input files
Last updated : 2023-11-30 112:11
package.zip
71KB
Binary
- 1.Download the package above on your computer
- 2.Unzip the zip file. You should get a file named : tailer_sdk-X.Y.Z-py3-none-any.whlX.Y.Z is the SDK version number.
- 3.Install using PIP :
pip3 install tailer_sdk-X.Y.Z-py3-none-any.whl --force-reinstall
From a terminal, use PIP to go back to the latest Tailer SDK RELEASE:
pip3 install tailer-sdk --force-reinstall
Last modified 1m ago