Browse Source

updated docs, fixed typos

zolfa-add_slices_loading
Jim Rybarski 9 years ago
parent
commit
7f359bacc1
4 changed files with 2 additions and 3 deletions
  1. +1
    -1
      README.md
  2. +0
    -1
      functional_tests/FYLM141111001.py
  3. +0
    -1
      nd2reader/interface.py
  4. +1
    -0
      requirements.txt

+ 1
- 1
README.md View File

@ -10,7 +10,7 @@
### Installation
If you don't already have the packages `numpy` and `six`, they will be installed automatically:
If you don't already have the packages `numpy`, `six` and `xmltodict`, they will be installed automatically:
`pip3 install nd2reader` for Python 3.x


+ 0
- 1
functional_tests/FYLM141111001.py View File

@ -7,7 +7,6 @@ from nd2reader import Nd2
import numpy as np
from datetime import datetime
import unittest
import six
class FunctionalTests(unittest.TestCase):


+ 0
- 1
nd2reader/interface.py View File

@ -212,4 +212,3 @@ class Nd2(object):
"""
self._fh.close()
1

+ 1
- 0
requirements.txt View File

@ -1,2 +1,3 @@
numpy>=1.9.2
six>=1.4
xmltodict>=0.9.2

Loading…
Cancel
Save