Skip to content

Commit

Permalink
updated docs, fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
jimrybarski committed Dec 5, 2015
1 parent 001780b commit 7f359ba
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 0 additions & 1 deletion functional_tests/FYLM141111001.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
import numpy as np
from datetime import datetime
import unittest
import six


class FunctionalTests(unittest.TestCase):
Expand Down
1 change: 0 additions & 1 deletion nd2reader/interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,4 +212,3 @@ def close(self):
"""
self._fh.close()
1
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
numpy>=1.9.2
six>=1.4
xmltodict>=0.9.2

0 comments on commit 7f359ba

Please sign in to comment.