Skip to content

Commit 82270ca

Browse files
committed
Update README to note macOS/Linux limitations
1 parent 0c2a187 commit 82270ca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@ This code also includes a set of utility functions in the **+tools** package and
4343

4444
# A. Dependencies
4545

46-
This software was tested using MATLAB 2020a (though most functions have been validated against older versions) and depends on the following MATLAB toolboxes:
46+
This software was tested using MATLAB 2022a (though most functions have been validated against older versions). The current code depends on the following MATLAB toolboxes:
4747

4848
1. the curve fitting toolbox,
4949
2. the financial toolbox,
5050
3. the image toolbox,
5151
4. the optimization toolbox, and
52-
6. the video and image blockset (in the computer vision toolbox, which is used for OCR).
52+
5. the video and image blockset (in the computer vision toolbox, which is used for OCR).
5353

5454
If not already installed, these packages can be added to MATLAB via the instructions available on [MATLAB's website](https://www.mathworks.com/help/matlab/matlab_env/get-add-ons.html).
5555

@@ -64,7 +64,7 @@ The submodule is not necessary for any of the scripts or methods included with t
6464

6565
Additional dependencies are required for use of the **[carboseg](https://github.com/tsipkens/atems/tree/master/carboseg)** or convolutional neural network component of this program, including a copy of Python. See the appropriate [section below](#+-carboseg-and-cnn-segmentation) for more information.
6666

67-
This code has been tested on Windows. Linux users may have some issues with loading images when supplying a string to `tools.load_imgs(...)`.
67+
This code has been tested on Windows 10+. Linux users may have some issues with loading images when supplying a string to `tools.load_imgs(...)`.
6868

6969
# B. Getting started
7070

0 commit comments

Comments
 (0)