From 31dd191865a47a2582b9133ca508b06c7b374b2f Mon Sep 17 00:00:00 2001 From: Ruben Verweij Date: Mon, 6 Mar 2017 21:08:10 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 17edf98..325c9d9 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,10 @@ `nd2reader` is a pure-Python package that reads images produced by NIS Elements 4.0+. It has only been definitively tested on NIS Elements 4.30.02 Build 1053. Support for older versions is being actively worked on. The reader is written in the [pims](https://github.com/soft-matter/pims) framework, enabling easy access to multidimensional files, lazy slicing, and nice display in IPython. +### Documentation + +The documentation is available [here](http://www.lighthacking.nl/nd2reader/). + ### Installation If you don't already have the packages `numpy`, `pims`, `six` and `xmltodict`, they will be installed automatically if you use the `setup.py` script.