From 5dd7a827fa485c27507b06a6105d2b5171353cc7 Mon Sep 17 00:00:00 2001 From: Jim Rybarski Date: Wed, 3 Jun 2015 23:50:24 -0500 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fa0dc03..27c86a0 100644 --- a/README.md +++ b/README.md @@ -14,15 +14,16 @@ Dependencies will automatically be installed if you don't have them. That said, install the following packages before installing nd2reader: #### Ubuntu -`apt-get install python-numpy python-six` (Python 2.x) -`apt-get install python3-numpy python3-six` (Python 3.x) +`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) or `pip3 install nd2reader` (Python 3.x) +`pip install nd2reader` (Python 2.x) +`pip3 install nd2reader` (Python 3.x) ### ND2s