Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 1.32 KB

README.md

File metadata and controls

39 lines (31 loc) · 1.32 KB

annotation_utils

Utilities that are used for assisting with making annotated data.

Installation

Install From Github

pip install https://github.com/cm107/annotation_utils/archive/master.zip

Install From Pypi

pip install pyclay-annotation_utils

Note: The github package is updated more often than the pypi package.

Update Build

If you change the code and want to re-build the package, do the following.

./build_package.sh

The package can then be installed locally.

pip install -e .

Important Note

Usage

There is not any official documentation about usage yet, but for usage examples you may refer to the test folder.