You can install Tessif via pip from PyPI. Install using a console with your virtual environment activated:
$ pip install tessif
You can install the development version of Tessif via pip from TestPyPI. Install using a console with your virtual environment activated:
$ pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ tessif
This installs the TestPyPI version of tessif while resolving the dependencies on PyPI.
Distributed under the terms of the MIT license, Tessif is free and open source software.