Installation ============ Our packages are released via PyPI. To install the latest version of :code:`thirdai`, use your Python's :code:`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, :code:`thirdai` package checks for a license in the current working directory. If you are using a different location, you may use :code:`thirdai.licensing.set_path(...)` to inform thirdai of the location.