Browse Source

Update README.md

zolfa-add_slices_loading
Jim Rybarski 9 years ago
parent
commit
5dd7a827fa
1 changed files with 4 additions and 3 deletions
  1. +4
    -3
      README.md

+ 4
- 3
README.md View File

@ -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


Loading…
Cancel
Save