Installation

Stable release

To install napari-imsmicrolink, run this from terminal:

$ pip install napari-imsmicrolink

This is the one method to install napari-imsmicrolink. You can also install from directly within napari by navigating to Plugins -> Install/Uninstall Plugins… in the menu bar.

If you don’t have pip installed, this Python installation guide can guide you through the process.

From sources

The sources for napari-imsmicrolink can be downloaded from the Github repo.

You can either clone the public repository:

$ git clone git://github.com/nhpatterson/napari-imsmicrolink

Or download the tarball:

$ curl -OJL https://github.com/nhpatterson/napari-imsmicrolink/tarball/master

Once you have a copy of the source, you can install it with:

$ python setup.py install