napari / napari-core

BSD 3-Clause "New" or "Revised" License
5 stars 3 forks source link

napari-core

License Build Status

Napari is a graphical data visualization and analysis tool that makes the Scientific Python ecosystem accessible without needing to write code. It is entirely plugin-based making it modular and extensible.

Installation from source

First install the library dependences:

$ pip install -r requirements.txt

Then install Napari using:

$ pip install -e .