Installation
Following Sections provide overview on how to install the package.
Latest Stable Version
$ pip install tessif
Latest Development Version (potentially unstable)
$ 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.
Development
Use the following advice to install the developer version of this package.
Linux
You need Python 3.8+ (Pyenv is hightly recommended for multiple verions)
Install Poetry and Nox and Nox-Poetry
Clone the repo to a local directory (uses package name if square bracket part is omitted):
$ git clone https://github.com/tZ3ma/tessif [tessif-develop]
Install the package with development requirements:
$ poetry install
Auto generate and activate a virtual environment where the installed package is installed:
$ poetry shell