From 6d3c3dbb825910c1fae3e942c708a1d7ca69be0d Mon Sep 17 00:00:00 2001 From: Jim Rybarski Date: Thu, 29 Oct 2015 19:40:11 -0500 Subject: [PATCH] #108 fixes newline --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a68c7af..7932c8f 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ ### Installation `pip3 install nd2reader` for Python 3.x + `pip install nd2reader` for Python 2.x If you don't already have the packages `numpy` and `six`, they will be installed automatically.