From 6efa9aa2573a63096c34d138b218e63462742dfd Mon Sep 17 00:00:00 2001 From: Jim Rybarski Date: Thu, 29 Oct 2015 19:32:25 -0500 Subject: [PATCH 1/5] #108 changed installation text --- README.md | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 74450e2..d595a6b 100644 --- a/README.md +++ b/README.md @@ -10,20 +10,9 @@ ### Installation -Dependencies will automatically be installed if you don't have them. That said, for optimal performance, you should -install the following packages before installing nd2reader: +`pip3 install nd2reader` for Python 3.x (recommended) -#### Ubuntu -`apt-get install python-numpy python-six` (Python 2.x) -`apt-get install python3-numpy python3-six` (Python 3.x) - -#### Other operating systems -These have not been tested yet. - -nd2reader is compatible with both Python 2.x and 3.x. I recommend installing using pip: - -`pip install nd2reader` (Python 2.x) -`pip3 install nd2reader` (Python 3.x) +`pip install nd2reader` for Python 2.x ### ND2s From 9ff5cce513681161c08d95a4c1fe42304a939bcc Mon Sep 17 00:00:00 2001 From: Jim Rybarski Date: Thu, 29 Oct 2015 19:39:09 -0500 Subject: [PATCH 2/5] 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. From 6d3c3dbb825910c1fae3e942c708a1d7ca69be0d Mon Sep 17 00:00:00 2001 From: Jim Rybarski Date: Thu, 29 Oct 2015 19:40:11 -0500 Subject: [PATCH 3/5] #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. From fc7e8aadd4d8809cfffb4aab885257add4928757 Mon Sep 17 00:00:00 2001 From: Jim Rybarski Date: Thu, 29 Oct 2015 19:40:58 -0500 Subject: [PATCH 4/5] #108 tighter spacing --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 7932c8f..a68c7af 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,6 @@ ### 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. From de4e348f22a545b9ab8f80d0cf1364342cbe7122 Mon Sep 17 00:00:00 2001 From: Jim Rybarski Date: Thu, 29 Oct 2015 19:41:22 -0500 Subject: [PATCH 5/5] #108 close spacing is impossible --- 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.