An automated point-set based registration algorithm for correlative light and electron microscopy (CLEM)
To install napari-clemreg
it is recommended to create a fresh conda enviornment with Python 3.8:
conda create -n clemreg_env python=3.8
Next, install napari
with the following command via pip:
pip install "napari[all]"
Finally, napari-clemreg
can be installed with:
pip install napari-clemreg
When installing napari-clemreg
on a Windows machine, the following error might appear:
error Microsoft Visual C++ 14.0 is required
Ensure that Visual Studios C++ 14.00 is installed
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.
Distributed under the terms of the MIT license, "napari-clemreg" is free and open source software
If you encounter any problems, please file an issue along with a detailed description.
This napari plugin was generated with Cookiecutter using @napari's cookiecutter-napari-plugin template.