Installation
Our packages are released via PyPI. To install the latest version of
thirdai
, use your Python’s pip
:
python3 -m pip install thirdai
The above installs the package into your system. In order to use it, you need a valid license from ThirdAI.
License
By default, thirdai
package checks for a license in the current working
directory. If you are using a different location, you may use
thirdai.licensing.set_path(...)
to inform thirdai of the location.