From 9ff5cce513681161c08d95a4c1fe42304a939bcc Mon Sep 17 00:00:00 2001 From: Jim Rybarski Date: Thu, 29 Oct 2015 19:39:09 -0500 Subject: [PATCH] resolves #108 --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d595a6b..a68c7af 100644 --- a/README.md +++ b/README.md @@ -10,10 +10,11 @@ ### Installation -`pip3 install nd2reader` for Python 3.x (recommended) - +`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. + ### ND2s A quick summary of ND2 metadata can be obtained as shown below.