Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jimrybarski committed Jun 4, 2015
1 parent d615eea commit 5dd7a82
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 5dd7a82

Please sign in to comment.