Skip to content

TUD-Patrec/annotation-tool

Repository files navigation

PyPI - Version PyPI - Downloads PyPI - License PyPI - Wheel

Installation

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

Development

Requirements:

  • Python 3.8 or higher
  • poetry 1.2 or higher
  • make
  • docker (if you want to build the binaries)

For installing the development environment run

make setup