All stable versions can be installed from PyPI by using pip or your favorite package manager
pip install annotation-tool
You can get pre-published versions from TestPyPI or this repository
Test PyPI:
pip install -i https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ annotation-tool
From Source:
pip install git+https://github.com/TUD-Patrec/annotation-tool@master
After installation the annotation tool can be run as simple as
annotation-tool
Requirements:
For installing the development environment run
make setup