Skip to content

Latest commit

 

History

History
74 lines (56 loc) · 2.86 KB

README.md

File metadata and controls

74 lines (56 loc) · 2.86 KB

track-gardener

License BSD-3 PyPI Python Version tests codecov napari hub

A plugin facilitating manual curation of tracking results.


This napari plugin was generated with copier using the napari-plugin-template.

Installation

Preliminary installation instructions while the package is not in pypi:

  • Create a conda environment:
conda create -y -n gardener-env python=3.10 -c conda-forge
  • Activate the environment:
conda activate gardener-env
pip install "napari[all]"
  • Install the Track-Gardener plugin directly from github:
pip install git+https://github.com/fjorka/track_gardener.git

Contributing

Contributions are very welcome. Tests can be run with tox, please ensure the coverage at least stays the same before you submit a pull request.

License

Distributed under the terms of the BSD-3 license, "track-gardener" is free and open source software

Issues

If you encounter any problems, please [file an issue] along with a detailed description.